- Respect CFLAGS

PR:		ports/102196
Submitted by:	Soeren Straarup <xride(at)x12.dk> (maintainer)
Approved by:	krion (mentor
This commit is contained in:
Martin Wilke 2006-08-21 11:37:57 +00:00
parent 7bdfdbf5ee
commit b9b573a0cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171099

View File

@ -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}