aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-08-21 11:37:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-08-21 11:37:57 +0000
commitb9b573a0cfd45ee10c5b58701eb9105e34f0cc2c (patch)
treedf16fb0d1dde024fe5c58316eff0cc1134b51a8d /comms
parent7bdfdbf5ee1168111f500c853b99e70769d16f5f (diff)
downloadports-b9b573a0cfd45ee10c5b58701eb9105e34f0cc2c.tar.gz
ports-b9b573a0cfd45ee10c5b58701eb9105e34f0cc2c.zip
- Respect CFLAGS
PR: ports/102196 Submitted by: Soeren Straarup <xride(at)x12.dk> (maintainer) Approved by: krion (mentor
Notes
Notes: svn path=/head/; revision=171099
Diffstat (limited to 'comms')
-rw-r--r--comms/linpsk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/linpsk/Makefile b/comms/linpsk/Makefile
index e660b170dcee..f8ad80b6b907 100644
--- a/comms/linpsk/Makefile
+++ b/comms/linpsk/Makefile
@@ -25,8 +25,8 @@ USE_QT_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-qtdir=${X11BASE} --prefix=${PREFIX}