diff options
author | tv <tv@pkgsrc.org> | 1999-04-24 23:08:59 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-04-24 23:08:59 +0000 |
commit | 8b41689fa667d011b03b6da66a2e11cb16d93fe5 (patch) | |
tree | eeb47139c524b47fbf8d46159a19bb4f3fe8abbf /graphics/ImageMagick | |
parent | 738aaa57e385165d3a345453fb7f2e93d3aa977e (diff) | |
download | pkgsrc-8b41689fa667d011b03b6da66a2e11cb16d93fe5.tar.gz |
Revert previous commit.
PR pkg/7463 is RE-opened on this subject; someone can take the opportunity
to fix it, perhaps myself if I have the time this weekend.
This is NOT the correct fix.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index d2965fd78ce..285043158c3 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 1999/04/24 18:33:08 tron Exp $ +# $NetBSD: Makefile,v 1.40 1999/04/24 23:08:59 tv Exp $ # DISTNAME= ImageMagick-4.2.2 @@ -14,11 +14,6 @@ DEPENDS+= mpeg2codec-1.2:../../graphics/mpeg2codec DEPENDS+= png-1.0.3:../../graphics/png DEPENDS+= tiff-3.4:../../graphics/tiff -# "cc" on 1.3/1.3.x ELF systems doesn't recognize "-R" option. -.if !exists(/usr/bin/c89) -NOT_FOR_ARCHS= alpha mips powerpc -.endif - pre-configure: .if exists(/usr/lib/libbz2.a) @echo >${WRKSRC}/bzlib.tmpl "#define HasBZLIB" |