pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/freetype2



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 10:04:34 UTC 2020

Modified Files:
        pkgsrc/graphics/freetype2: Makefile

Log Message:
graphics/freetype2: remove no-op SUBST block


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/graphics/freetype2/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/freetype2/Makefile
diff -u pkgsrc/graphics/freetype2/Makefile:1.118 pkgsrc/graphics/freetype2/Makefile:1.119
--- pkgsrc/graphics/freetype2/Makefile:1.118    Sat Aug  3 08:31:25 2019
+++ pkgsrc/graphics/freetype2/Makefile  Sun Apr 26 10:04:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2019/08/03 08:31:25 adam Exp $
+# $NetBSD: Makefile,v 1.119 2020/04/26 10:04:33 rillig Exp $
 
 DISTNAME=      freetype-2.10.1
 PKGNAME=       ${DISTNAME:S/-/2-/}
@@ -30,11 +30,6 @@ LDFLAGS+=    -framework Carbon
 .endif
 
 PKGCONFIG_OVERRIDE=    builds/unix/freetype2.in
-SUBST_CLASSES+=                ftc
-SUBST_FILES.ftc+=      builds/unix/freetype-config.in
-SUBST_SED.ftc+=                -e "s!echo -L\([^ ]*\)!echo ${COMPILER_RPATH_FLAG}\\1 -L\\1!"
-SUBST_STAGE.ftc+=      pre-configure
-SUBST_MESSAGE.ftc+=    Fixing rpath in freetype-config script.
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index