summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-07-31 23:06:10 +0000
committerlofi <lofi@FreeBSD.org>2004-07-31 23:06:10 +0000
commit2635070001534a98fb3e6f5be4a1c458a1512c1d (patch)
tree036c527c80cdd5e07876e6ce9af6bdcbdde50fb4 /comms
parent0e0883e94fd427a77ca7e0e4e21642a2d32377c2 (diff)
downloadFreeBSD-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 'comms')
-rw-r--r--comms/kremotecontrol/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile
index cf65cf6..f56bc6d 100644
--- a/comms/kremotecontrol/Makefile
+++ b/comms/kremotecontrol/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>
OpenPOWER on IntegriCloud