pkgsrc-WIP-changes archive

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

(klayout) silence one more warning for SUBST_SED command



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Mar 12 22:50:08 2016 +0900
Changeset:	3e39e71f928f99c2711d5f4b00b6c5889328f866

Modified Files:
	klayout/Makefile

Log Message:
(klayout) silence one more warning for SUBST_SED command

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

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

diffstat:
 klayout/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/klayout/Makefile b/klayout/Makefile
index 3374617..67e74aa 100644
--- a/klayout/Makefile
+++ b/klayout/Makefile
@@ -20,7 +20,7 @@ SUBST_MESSAGE.rpath=	Add COMPILER_RPATH_FLAG and PREFIX to NetBSD specific confi
 SUBST_FILES.rpath+=	config/Makefile.conf.netbsd-32-gcc-release
 SUBST_STAGE.rpath=	post-patch
 SUBST_VARS.rpath=	COMPILER_RPATH_FLAG PREFIX
-SUBST_SED.rpath=	'-e s|@@LDFLAGS@@|${LDFLAGS}|'
+SUBST_SED.rpath=	-e 's|@@LDFLAGS@@|${LDFLAGS}|'
 
 AUTO_MKDIRS=		yes
 INSTALL_BINDIR=		${DESTDIR}${PREFIX}/bin


Home | Main Index | Thread Index | Old Index