summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2007-09-26 22:54:14 +0000
committerMikhail Teterin <mi@FreeBSD.org>2007-09-26 22:54:14 +0000
commitdfcfbcc9ab53418fd3139b5145420bd6312bb612 (patch)
treef563490c8a323ccc27225292728ef71c4a5562f2 /graphics/ImageMagick
parentUpgrade to 1.2.4. (diff)
The LDFLAGS, CPPFLAGS, etc. are set during configure step.
We don't need to bother with the situations, when /etc/make.conf, etc. are updated between configure and build. The way things are now, linking might break in certain cases because LDFLAGS is set to empty string (instead of being unset). Notified by: Pierre Guinoiseau
Notes
Notes: svn path=/head/; revision=200149
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 385852c75baa..d9b7bec2ed50 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -308,11 +308,6 @@ post-patch:
# deprecated gvCleanup
@${REINPLACE_CMD} -e "s|gvCleanup|gvFreeContext|g" \
${WRKSRC}/coders/dot.c
-# Respect Make flags
- @${REINPLACE_CMD} -E -e "s|^CPPFLAGS =|CPPFLAGS ?=|g" \
- -e "s|^CXXFLAGS =|CXXFLAGS ?=|g" -e "s|^CFLAGS =|CFLAGS ?=|g" \
- -e "s|^CC =|CC ?=|g" -e "s|^CPP =|CPP ?=|g" -e "s|^CXX =|CXX ?=|g" \
- -e "s|^LDFLAGS =|LDFLAGS ?=|g" ${WRKSRC}/Makefile.in
post-install:
.if defined(WITHOUT_IMAGEMAGICK_16BIT_PIXEL)