aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>