aboutsummaryrefslogtreecommitdiff
path: root/archivers/ark
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-07-31 23:06:10 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-07-31 23:06:10 +0000
commit8ea1a2c0c13261fd46a7b2778a64c0374ef4ed91 (patch)
tree4e3ee1611a53b090c590542290c31dfd2e4f9970 /archivers/ark
parentab154074c30a2f46bc8053f5ac81d2725a2f139a (diff)
downloadports-8ea1a2c0c13261fd46a7b2778a64c0374ef4ed91.tar.gz
ports-8ea1a2c0c13261fd46a7b2778a64c0374ef4ed91.zip
Notes
Diffstat (limited to 'archivers/ark')
-rw-r--r--archivers/ark/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile
index cf65cf6d3400..f56bc6dbd9e4 100644
--- a/archivers/ark/Makefile
+++ b/archivers/ark/Makefile
@@ -48,5 +48,9 @@ DO_NOT_COMPILE+=klaptopdaemon
PLIST_APPEND+= plist.klaptop
.endif
+post-configure:
+ @${REINPLACE_CMD} -e 's|#define HAVE_L_FUNCS 1||g' \
+ ${WRKSRC}/config.h
+
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>