aboutsummaryrefslogtreecommitdiffstats
path: root/comms/kallers
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-03-11 18:42:42 +0800
committerkrion <krion@FreeBSD.org>2005-03-11 18:42:42 +0800
commit7ed4f2e15cd354588451513043fb8d8906a3fa83 (patch)
tree038c7e4c4006517e4627f41f04c9152ce6d4edf3 /comms/kallers
parent0fa20f76e394d98553985051a2f838093fde34c2 (diff)
downloadfreebsd-ports-gnome-7ed4f2e15cd354588451513043fb8d8906a3fa83.tar.gz
freebsd-ports-gnome-7ed4f2e15cd354588451513043fb8d8906a3fa83.tar.zst
freebsd-ports-gnome-7ed4f2e15cd354588451513043fb8d8906a3fa83.zip
Fix build on amd64.
Diffstat (limited to 'comms/kallers')
-rw-r--r--comms/kallers/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/comms/kallers/Makefile b/comms/kallers/Makefile
index b209dc812c94..ccefe696759f 100644
--- a/comms/kallers/Makefile
+++ b/comms/kallers/Makefile
@@ -6,7 +6,7 @@
PORTNAME= kallers
PORTVERSION= 0.3.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= comms kde
MASTER_SITES= http://www.nadmm.com/kallers/src/
@@ -16,7 +16,12 @@ COMMENT= KDE Applet that displays Caller IDs
USE_BZIP2= yes
USE_KDELIBS_VER= 3
USE_GMAKE= yes
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
+post-patch:
+ @${REINPLACE_CMD} -e 's|@CXXFLAGS@|@CXXFLAGS@ -fPIC|' \
+ ${WRKSRC}/${PORTNAME}/Makefile.in
+
.include <bsd.port.mk>