pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jul  5 14:20:43 UTC 2018

Modified Files:
        pkgsrc/www/firefox: mozilla-common.mk

Log Message:
firefox: Disable PIE on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/www/firefox/mozilla-common.mk

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

Modified files:

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.109 pkgsrc/www/firefox/mozilla-common.mk:1.110
--- pkgsrc/www/firefox/mozilla-common.mk:1.109  Fri Jun 29 12:51:55 2018
+++ pkgsrc/www/firefox/mozilla-common.mk        Thu Jul  5 14:20:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.109 2018/06/29 12:51:55 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.110 2018/07/05 14:20:43 jperkin Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -63,7 +63,9 @@ CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}br
 CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}browser/extensions/loop/run-all-loop-tests.sh
 
 CONFIGURE_ARGS+=       --enable-default-toolkit=cairo-gtk3
+.if ${OPSYS} != "SunOS"
 CONFIGURE_ARGS+=       --enable-pie
+.endif
 CONFIGURE_ARGS+=       --disable-tests
 CONFIGURE_ARGS+=       --with-pthreads
 # Mozilla Bug 1432751



Home | Main Index | Thread Index | Old Index