diff options
author | sobomax <sobomax@FreeBSD.org> | 2010-11-05 09:17:39 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2010-11-05 09:17:39 +0800 |
commit | 208c5532868034fadccf8e376cf6ed71db781111 (patch) | |
tree | 5d0692e3fbca697103f6e01f5284811690a48c4d /net | |
parent | fed310c96af33c17c6070472a81d7b3a78a2bb7c (diff) | |
download | freebsd-ports-gnome-208c5532868034fadccf8e376cf6ed71db781111.tar.gz freebsd-ports-gnome-208c5532868034fadccf8e376cf6ed71db781111.tar.zst freebsd-ports-gnome-208c5532868034fadccf8e376cf6ed71db781111.zip |
Fix port broken by bsd.gcc.mk which now defines CPP and foces
it to MAKE_ENV.
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk-oh323/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/asterisk-oh323/Makefile b/net/asterisk-oh323/Makefile index f1e5bd0bac3d..14c082ff3c9e 100644 --- a/net/asterisk-oh323/Makefile +++ b/net/asterisk-oh323/Makefile @@ -27,6 +27,9 @@ MAKE_ENV= MKDIR="${MKDIR}" \ .include <bsd.port.pre.mk> +# XXX: bsd.gcc.mk now defines CPP +CPP= "${CXX}" + .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif |