pkgsrc-WIP-changes archive

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

chromium: replace bash interpreter



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Sat Feb 18 09:23:00 2017 +0200
Changeset:	a0f15121c816e21c8eaf091bf685ce828571f419

Modified Files:
	chromium-new/Makefile

Log Message:
chromium: replace bash interpreter

drop i386 from commented list, upstream dropped it

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

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

diffstat:
 chromium-new/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/chromium-new/Makefile b/chromium-new/Makefile
index 1007a62267..446033fdd7 100644
--- a/chromium-new/Makefile
+++ b/chromium-new/Makefile
@@ -26,12 +26,13 @@ DEPENDS+=	xdg-utils-[0-9]*:../../misc/xdg-utils
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/compiler.mk"
 
-#ONLY_FOR_PLATFORM+=	*-*-arm *-*-i386 # not tested yet
+#ONLY_FOR_PLATFORM+=	*-*-arm # not tested yet
 ONLY_FOR_PLATFORM+=	*-*-x86_64
 
 # Workaround
 BUILDLINK_TRANSFORM.NetBSD+=	rm:-ldl
 
+REPLACE_BASH=		chrome/tools/build/linux/chrome-wrapper
 SUBST_CLASSES+=		path
 SUBST_STAGE.path=	post-patch
 SUBST_MESSAGE.path=	Fixing pkg path


Home | Main Index | Thread Index | Old Index