summaryrefslogtreecommitdiff
path: root/lang/pike76/Makefile
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2011-01-12 07:40:22 +0000
committerJohan van Selst <johans@FreeBSD.org>2011-01-12 07:40:22 +0000
commit609c3f79953491e321a00e20c635b04e050eeba8 (patch)
tree8bfdeca5831ce951d80b109007b02b8b8d98401e /lang/pike76/Makefile
parentAdd a -nox11 version of qbittorrent-26 as a slave port. (diff)
Set CPPFLAGS and pass it to configure explicitly.
This should be a no-op and result in the same package. It avoids the port build breaking when ports/153625 gets committed. PR: ports/153625 Submitted by: gerald Feature safe: yes
Notes
Notes: svn path=/head/; revision=267690
Diffstat (limited to 'lang/pike76/Makefile')
-rw-r--r--lang/pike76/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile
index e363b8346792..84118649f3c0 100644
--- a/lang/pike76/Makefile
+++ b/lang/pike76/Makefile
@@ -47,7 +47,8 @@ MAN1= pike.1
WANT_MESA= yes
-CONFIGURE_ENV= CPPFLAGS+=${PTHREAD_CFLAGS}
+CPPFLAGS+= -I/usr/local/include ${PTHREAD_CFLAGS}
+CONFIGURE_ENV= CPPFLAGS=${CPPFLAGS}
CONFIGURE_ARGS+= --without-debug \
--with-thread-library=${PTHREAD_LIBS} \
--with-double-precision \