diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-23 23:33:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-23 23:33:25 +0000 |
commit | 3a1b1d2a50bd868cf5a18741211f7c0cc79bd3b9 (patch) | |
tree | 6cb3b9b6b72389f6d346b0368df92ef3778b2adb /textproc/scim-openvanilla/Makefile | |
parent | 805f53212b166733a8af59ed5501fc22efded809 (diff) | |
download | ports-3a1b1d2a50bd868cf5a18741211f7c0cc79bd3b9.tar.gz ports-3a1b1d2a50bd868cf5a18741211f7c0cc79bd3b9.zip |
Notes
Diffstat (limited to 'textproc/scim-openvanilla/Makefile')
-rw-r--r-- | textproc/scim-openvanilla/Makefile | 3 |
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> |