diff options
author | pav <pav@FreeBSD.org> | 2007-03-24 07:33:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-24 07:33:25 +0800 |
commit | c9e983e47c87527ef23686b55fd210ceaccd1742 (patch) | |
tree | 25f8af14f55752fa65bf8c8c5805324196fef7de /textproc/scim-openvanilla | |
parent | 40c385c4e882ea6d7a00f69dfcc26c2993955356 (diff) | |
download | freebsd-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/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> |