aboutsummaryrefslogtreecommitdiff
path: root/devel/ccmalloc
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 19:15:42 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 19:15:42 +0000
commitd4d4877cb1a9dc4ec94e5b60dfca422181523644 (patch)
treea8e722e14a0a4c5fa946507850a4a561082bd635 /devel/ccmalloc
parent418bcaa4ff902cf7d508ab6ad91c35d2a76b66a1 (diff)
Notes
Diffstat (limited to 'devel/ccmalloc')
-rw-r--r--devel/ccmalloc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/ccmalloc/Makefile b/devel/ccmalloc/Makefile
index ae703f93f9c7..79b18df2ebbe 100644
--- a/devel/ccmalloc/Makefile
+++ b/devel/ccmalloc/Makefile
@@ -34,10 +34,8 @@ BROKEN= Does not build with CC or CXX set
post-patch:
@${REINPLACE_CMD} -e 's|CFLAGS=".*"|CFLAGS="${CFLAGS}"|; \
s|CXXFLAGS=".*"|CXXFLAGS="${CXXFLAGS}"|' ${WRKSRC}/configure
-.if ${OSVERSION} >= 500000
@${REINPLACE_CMD} -e '/prefix=/ s|expr $$1|expr -- $$1|' \
${WRKSRC}/configure
-.endif
@${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/src/ccmalloc.in
post-install: