pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox60
Module Name: pkgsrc
Committed By: wiz
Date: Fri Mar 15 09:59:19 UTC 2019
Modified Files:
pkgsrc/www/firefox60: Makefile
Log Message:
firefox60: sort LDFLAGS, add whitespace (to reduce diffs to tor-browser)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/firefox60/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox60/Makefile
diff -u pkgsrc/www/firefox60/Makefile:1.15 pkgsrc/www/firefox60/Makefile:1.16
--- pkgsrc/www/firefox60/Makefile:1.15 Mon Mar 4 15:55:18 2019
+++ pkgsrc/www/firefox60/Makefile Fri Mar 15 09:59:19 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/03/04 15:55:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2019/03/15 09:59:19 wiz Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 60.5
@@ -27,10 +27,10 @@ CFLAGS+= -I${PREFIX}/include/nspr
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${PKGBASE}
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib
-LDFLAGS.SunOS+= -lm
LDFLAGS.DragonFly+= -lplc4 -lnspr4
LDFLAGS.FreeBSD+= -lplc4 -lnspr4
LDFLAGS.Linux+= -lnspr4
+LDFLAGS.SunOS+= -lm
NOT_PAX_MPROTECT_SAFE+= lib/${PKGBASE}/firefox60
NOT_PAX_MPROTECT_SAFE+= lib/${PKGBASE}/firefox60-bin
@@ -57,7 +57,7 @@ CHECK_INTERPRETER_SKIP+=lib/firefox-sdk/
CHECK_INTERPRETER_SKIP+=lib/firefox-sdk/sdk/bin/xpidl.py
CHECK_INTERPRETER_SKIP+=lib/firefox-sdk/sdk/bin/xpt.py
-CHECK_WRKREF_SKIP+=lib/${PKGBASE}/chrome/toolkit/content/global/buildconfig.html
+CHECK_WRKREF_SKIP+= lib/${PKGBASE}/chrome/toolkit/content/global/buildconfig.html
MOZILLA= ${PKGBASE}
MOZILLA_ICON= ${WRKSRC}/${OBJDIR}/dist/firefox60/browser/chrome/icons/default/default48.png
Home |
Main Index |
Thread Index |
Old Index