pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick This pkg fails to build with make...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a7464554c40
branches:  trunk
changeset: 481686:8a7464554c40
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Oct 10 11:20:08 2004 +0000

description:
This pkg fails to build with make from NetBSD-1.6.2.  Use the GNU make
instead.

diffstat:

 graphics/ImageMagick/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8bd289119933 -r 8a7464554c40 graphics/ImageMagick/Makefile
--- a/graphics/ImageMagick/Makefile     Sun Oct 10 10:48:39 2004 +0000
+++ b/graphics/ImageMagick/Makefile     Sun Oct 10 11:20:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2004/10/05 12:07:31 adam Exp $
+# $NetBSD: Makefile,v 1.122 2004/10/10 11:20:08 kristerw Exp $
 
 .include "Makefile.common"
 
@@ -20,6 +20,7 @@
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 USE_LANGUAGES=         c c++
+USE_GNU_TOOLS+=                make
 PKGCONFIG_OVERRIDE=    Magick++/lib/ImageMagick++.pc.in
 PKGCONFIG_OVERRIDE+=   magick/ImageMagick.pc.in
 



Home | Main Index | Thread Index | Old Index