From c9e983e47c87527ef23686b55fd210ceaccd1742 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 23 Mar 2007 23:33:25 +0000 Subject: - Fix after objformat removal --- textproc/scim-openvanilla/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'textproc/scim-openvanilla') 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 -- cgit