pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/giflib



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Mar 17 21:53:12 UTC 2020

Modified Files:
        pkgsrc/graphics/giflib: Makefile.common

Log Message:
graphics/giflib: remove SUBST block for nonexistent util/Makefile.in


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/giflib/Makefile.common

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

Modified files:

Index: pkgsrc/graphics/giflib/Makefile.common
diff -u pkgsrc/graphics/giflib/Makefile.common:1.12 pkgsrc/graphics/giflib/Makefile.common:1.13
--- pkgsrc/graphics/giflib/Makefile.common:1.12 Tue Jan  7 20:25:14 2020
+++ pkgsrc/graphics/giflib/Makefile.common      Tue Mar 17 21:53:12 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2020/01/07 20:25:14 sevan Exp $
+# $NetBSD: Makefile.common,v 1.13 2020/03/17 21:53:12 rillig Exp $
 # used by graphics/giflib/Makefile
 # used by graphics/giflib-util/Makefile
 
@@ -16,9 +16,3 @@ DISTINFO_FILE=        ${.CURDIR}/../../graphics
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
-
-SUBST_CLASSES+=                split
-SUBST_FILES.split+=    util/Makefile.in
-SUBST_SED.split+=      -e 's,../lib/libgif.la,$$(prefix)/lib/libgif.la,g'
-SUBST_MESSAGE.split=   Change Makefile for giflib-util split-off.
-SUBST_STAGE.split=     pre-configure



Home | Main Index | Thread Index | Old Index