diff options
Diffstat (limited to 'japanese/scim-honoka/Makefile')
-rw-r--r-- | japanese/scim-honoka/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/scim-honoka/Makefile b/japanese/scim-honoka/Makefile index cd6076f14d60..d5243a3a4b67 100644 --- a/japanese/scim-honoka/Makefile +++ b/japanese/scim-honoka/Makefile @@ -21,4 +21,8 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib +post-patch: + @${REINPLACE_CMD} '/^LIBTOOL_EXPORT_OPTIONS=/s/=.*/=/' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |