pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ImageMagick6



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  2 18:36:03 UTC 2020

Modified Files:
        pkgsrc/graphics/ImageMagick6: Makefile

Log Message:
graphics/ImageMagick6: remove unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/ImageMagick6/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ImageMagick6/Makefile
diff -u pkgsrc/graphics/ImageMagick6/Makefile:1.31 pkgsrc/graphics/ImageMagick6/Makefile:1.32
--- pkgsrc/graphics/ImageMagick6/Makefile:1.31  Sun Apr 26 10:03:25 2020
+++ pkgsrc/graphics/ImageMagick6/Makefile       Sat May  2 18:36:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/04/26 10:03:25 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2020/05/02 18:36:03 rillig Exp $
 
 .include "Makefile.common"
 
@@ -13,8 +13,6 @@ USE_LANGUAGES=                c c++ c99
 USE_TOOLS+=            gmake pkg-config:run
 CONFIGURE_ARGS+=       --disable-assert
 CONFIGURE_ARGS+=       --with-fontconfig
-CONFIGURE_ARGS+=       --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include
-CONFIGURE_ARGS+=       --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib
 CONFIGURE_ARGS+=       --with-xml=yes
 CONFIGURE_ARGS+=       --without-perl
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR}



Home | Main Index | Thread Index | Old Index