aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-06-06 02:37:40 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-06-06 02:37:40 +0000
commitbd1473d0a73812805a61789db601cd41dcfdfb38 (patch)
tree4c54f5c041d0854d410f10aad720af38447fdbf6 /deskutils
parentf0bfcc87b70af447b23359c67e46648496fe195a (diff)
downloadports-bd1473d0a73812805a61789db601cd41dcfdfb38.tar.gz
ports-bd1473d0a73812805a61789db601cd41dcfdfb38.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/kickpim/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/kickpim/Makefile b/deskutils/kickpim/Makefile
index e50a32de2e19..78a9e37339a8 100644
--- a/deskutils/kickpim/Makefile
+++ b/deskutils/kickpim/Makefile
@@ -19,13 +19,13 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
+CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
post-extract:
@${TOUCH} ${WRKSRC}/config.h.in
post-patch:
- @${REINPLACE_CMD} -e 's|-O2|-fPIC|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \
+ ${WRKSRC}/${CONFIGURE_SCRIPT}
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/x11/kde3/Makefile.kde"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>