aboutsummaryrefslogtreecommitdiff
path: root/textproc/scim-openvanilla
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-23 23:33:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-23 23:33:25 +0000
commit3a1b1d2a50bd868cf5a18741211f7c0cc79bd3b9 (patch)
tree6cb3b9b6b72389f6d346b0368df92ef3778b2adb /textproc/scim-openvanilla
parent805f53212b166733a8af59ed5501fc22efded809 (diff)
downloadports-3a1b1d2a50bd868cf5a18741211f7c0cc79bd3b9.tar.gz
ports-3a1b1d2a50bd868cf5a18741211f7c0cc79bd3b9.zip
- Fix after objformat removal
Notes
Notes: svn path=/head/; revision=188143
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>