diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-04-24 01:25:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-04-24 01:25:00 +0000 |
commit | d98eb9a3073e0d9137492b1b25fbf1aefc0230f2 (patch) | |
tree | e59a3c88a48cecddd6805512ea8fa8b7b69cab5f /devel/ccmalloc | |
parent | c032230c320779e34080fd7b6c804e02c4c0dc08 (diff) |
Notes
Diffstat (limited to 'devel/ccmalloc')
-rw-r--r-- | devel/ccmalloc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/ccmalloc/Makefile b/devel/ccmalloc/Makefile index 79fe6e496446..50184990ba54 100644 --- a/devel/ccmalloc/Makefile +++ b/devel/ccmalloc/Makefile @@ -25,6 +25,10 @@ PLIST_SUB= CXX="${CXX}" .include <bsd.port.pre.mk> +.if ${CC} != "cc" || ${CXX} != "c++" +BROKEN= Does not build with CC or CXX set +.endif + post-patch: @${REINPLACE_CMD} -e 's|CFLAGS=".*"|CFLAGS="${CFLAGS}"|; \ s|CXXFLAGS=".*"|CXXFLAGS="${CXXFLAGS}"|' ${WRKSRC}/configure |