pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox move preference conditional line below bsd...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f1ad21ad451a
branches: trunk
changeset: 633954:f1ad21ad451a
user: obache <obache%pkgsrc.org@localhost>
date: Mon May 05 05:04:46 2014 +0000
description:
move preference conditional line below bsd.prefs.mk.
diffstat:
www/firefox/mozilla-common.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 26e2083fbb77 -r f1ad21ad451a www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Mon May 05 04:38:53 2014 +0000
+++ b/www/firefox/mozilla-common.mk Mon May 05 05:04:46 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.30 2014/05/05 00:52:10 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.31 2014/05/05 05:04:46 obache Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -7,14 +7,14 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip
-.if ${OPSYS} == "OpenBSD"
-# tar(1) of OpenBSD 5.5 has no --exclude command line option.
-USE_TOOLS+= bsdtar
-.endif
USE_LANGUAGES+= c99 c++
UNLIMIT_RESOURCES+= datasize
.include "../../mk/bsd.prefs.mk"
+# tar(1) of OpenBSD 5.5 has no --exclude command line option.
+.if ${OPSYS} == "OpenBSD"
+USE_TOOLS+= bsdtar
+.endif
# gcc45-4.5.3 of lang/gcc45 does not generate proper binary,
# but gcc 4.5.4 of NetBSD 6.99 generates working binary.
# gcc45 has no OpenBSD support, and gcc46 has it.
Home |
Main Index |
Thread Index |
Old Index