diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-03-13 07:07:55 +0800 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-03-13 07:07:55 +0800 |
commit | ebdb83b7de6a4261521bbc8747bc840ec2319653 (patch) | |
tree | 451a04b741f5a408cc3e4ef5797d93ee07205a66 | |
parent | e7e9cab11b5de86123c78554aca82e1a8224661f (diff) | |
download | freebsd-ports-gnome-ebdb83b7de6a4261521bbc8747bc840ec2319653.tar.gz freebsd-ports-gnome-ebdb83b7de6a4261521bbc8747bc840ec2319653.tar.zst freebsd-ports-gnome-ebdb83b7de6a4261521bbc8747bc840ec2319653.zip |
Fix build error, probably caused by new CPPFLAGS handling.
Reported by: pointyhat via pav
-rw-r--r-- | www/caudium14/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/caudium14/Makefile b/www/caudium14/Makefile index 53ddbe688a8d..258b8b09ab15 100644 --- a/www/caudium14/Makefile +++ b/www/caudium14/Makefile @@ -29,6 +29,7 @@ SUB_LIST+= PIKEVERSION="${PIKEVERSION}" GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-debug --with-PiXSL --prefix=${PREFIX} \ --with-pike=${LOCALBASE}/pike/${PIKEVERSION}/bin/pike +CPPFLAGS+= -I${WRKSRC}/src/cmods PLIST_SUB+= PIKEVERSION=${PIKEVERSION} CONFLICTS+= caudium12-[0-9]* |