diff options
author | lofi <lofi@FreeBSD.org> | 2004-07-31 23:06:10 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-07-31 23:06:10 +0000 |
commit | 2635070001534a98fb3e6f5be4a1c458a1512c1d (patch) | |
tree | 036c527c80cdd5e07876e6ce9af6bdcbdde50fb4 /sysutils/kdf | |
parent | 0e0883e94fd427a77ca7e0e4e21642a2d32377c2 (diff) | |
download | FreeBSD-ports-2635070001534a98fb3e6f5be4a1c458a1512c1d.zip FreeBSD-ports-2635070001534a98fb3e6f5be4a1c458a1512c1d.tar.gz |
Correct a configure-misdetection which went unnoticed until now, but causes
breakage with gcc 3.4.
Diffstat (limited to 'sysutils/kdf')
-rw-r--r-- | sysutils/kdf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index cf65cf6..f56bc6d 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/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> |