aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-09-03 04:56:35 +0800
committerTilman Keskinoz <arved@FreeBSD.org>2004-09-03 04:56:35 +0800
commit72f5bfb4db2c7c45e31a24ec421d5ddc4f4b2ebe (patch)
tree14d0c3795cb116a5e3cdbf24104e480de0ea898f /comms
parent0064fef5006d011624691c7c0524817066f3192d (diff)
downloadfreebsd-ports-gnome-72f5bfb4db2c7c45e31a24ec421d5ddc4f4b2ebe.tar.gz
freebsd-ports-gnome-72f5bfb4db2c7c45e31a24ec421d5ddc4f4b2ebe.tar.zst
freebsd-ports-gnome-72f5bfb4db2c7c45e31a24ec421d5ddc4f4b2ebe.zip
Fix build with gcc 3.4
pet portlint
Diffstat (limited to 'comms')
-rw-r--r--comms/kpsk/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/comms/kpsk/Makefile b/comms/kpsk/Makefile
index ee58688e6577..64635a0731a6 100644
--- a/comms/kpsk/Makefile
+++ b/comms/kpsk/Makefile
@@ -12,21 +12,22 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kpsk
MAINTAINER= ports@FreeBSD.org
-COMMENT= A PSK31 digital radio communications application for the KDE 3.x
+COMMENT= A PSK31 digital radio communications application for the KDE
-LIB_DEPENDS= db4:${PORTSDIR}/databases/db4
+LIB_DEPENDS= db4:${PORTSDIR}/databases/db4
USE_BZIP2= yes
-USE_GMAKE= yes
+USE_GMAKE= yes
USE_KDELIBS_VER=3
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-D_POSIX_C_SOURCE -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-D_POSIX_C_SOURCE -I${LOCALBASE}/include" \
USER_LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --enable-debug=full
+CONFIGURE_ARGS= --enable-debug=full
post-patch:
- @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g; \
+ s,-pedantic,,g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's/-ldb-4.0/-ldb4/g' ${WRKSRC}/configure
post-install: