diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-01-12 07:40:22 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-01-12 07:40:22 +0000 |
commit | 609c3f79953491e321a00e20c635b04e050eeba8 (patch) | |
tree | 8bfdeca5831ce951d80b109007b02b8b8d98401e | |
parent | Add 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
-rw-r--r-- | lang/pike76/Makefile | 3 |
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 \ |