aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/scim-openvanilla
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-03-24 07:33:25 +0800
committerpav <pav@FreeBSD.org>2007-03-24 07:33:25 +0800
commitc9e983e47c87527ef23686b55fd210ceaccd1742 (patch)
tree25f8af14f55752fa65bf8c8c5805324196fef7de /textproc/scim-openvanilla
parent40c385c4e882ea6d7a00f69dfcc26c2993955356 (diff)
downloadfreebsd-ports-gnome-c9e983e47c87527ef23686b55fd210ceaccd1742.tar.gz
freebsd-ports-gnome-c9e983e47c87527ef23686b55fd210ceaccd1742.tar.zst
freebsd-ports-gnome-c9e983e47c87527ef23686b55fd210ceaccd1742.zip
- Fix after objformat removal
Diffstat (limited to 'textproc/scim-openvanilla')
-rw-r--r--textproc/scim-openvanilla/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/scim-openvanilla/Makefile b/textproc/scim-openvanilla/Makefile
index ce3140e5282d..21a2e8f1ed7a 100644
--- a/textproc/scim-openvanilla/Makefile
+++ b/textproc/scim-openvanilla/Makefile
@@ -28,4 +28,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS=-I${X11BASE}/include \
OV_MODULEDIR=${PREFIX}/lib/openvanilla/
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+
.include <bsd.port.mk>