pkgsrc-WIP-changes archive

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

stagit-gopher: avoid optimization flags



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon May 27 21:43:19 2019 +0200
Changeset:	95d7a4951500d655311b7fc56f4be71bdd309a73

Modified Files:
	stagit-gopher/Makefile

Log Message:
stagit-gopher: avoid optimization flags

From and sync with wip/stagit.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=95d7a4951500d655311b7fc56f4be71bdd309a73

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

diffstat:
 stagit-gopher/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/stagit-gopher/Makefile b/stagit-gopher/Makefile
index 28f44d9e32..13c14682bf 100644
--- a/stagit-gopher/Makefile
+++ b/stagit-gopher/Makefile
@@ -16,6 +16,7 @@ SUBST_CLASSES+=		makefile
 SUBST_STAGE.makefile=	pre-configure
 SUBST_MESSAGE.makefile=	Fixing config.mk
 SUBST_FILES.makefile=	config.mk
+SUBST_SED.makefile+=	-e '/^CFLAGS/ s,-O2,,'
 SUBST_SED.makefile+=	-e 's,^CFLAGS *= ,CFLAGS += ,'
 SUBST_SED.makefile+=	-e 's,^LDFLAGS *= ,LDFLAGS += ,'
 


Home | Main Index | Thread Index | Old Index