pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/lowdown



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun Sep 24 10:03:51 UTC 2017

Modified Files:
        pkgsrc/textproc/lowdown: Makefile

Log Message:
lowdown: fix build on SunOS

Stop the package from overwriting CC, CFLAGS or LDFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/lowdown/Makefile

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

Modified files:

Index: pkgsrc/textproc/lowdown/Makefile
diff -u pkgsrc/textproc/lowdown/Makefile:1.3 pkgsrc/textproc/lowdown/Makefile:1.4
--- pkgsrc/textproc/lowdown/Makefile:1.3        Sat Sep 16 14:27:48 2017
+++ pkgsrc/textproc/lowdown/Makefile    Sun Sep 24 10:03:51 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/09/16 14:27:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/24 10:03:51 wiedi Exp $
 
 DISTNAME=      lowdown-VERSION_0_2_4
 PKGNAME=       lowdown-0.2.4
@@ -15,7 +15,10 @@ HAS_CONFIGURE=       yes
 
 SUBST_CLASSES+=                install
 SUBST_SED.install+=    -e 's,/usr/local,${PREFIX},' \
-                       -e 's,^MANDIR=.*,MANDIR=${PREFIX}/${PKGMANDIR},'
+                       -e 's,^MANDIR=.*,MANDIR=${PREFIX}/${PKGMANDIR},' \
+                       -e '/CC=.*/d' \
+                       -e '/CFLAGS=.*/d' \
+                       -e '/LDFLAGS=.*/d'
 SUBST_FILES.install+=  configure
 SUBST_STAGE.install=   pre-configure
 SUBST_MESSAGE.install= Fixing installation path.



Home | Main Index | Thread Index | Old Index