pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/mozilla build with Xinerama support if available. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e876a75d290
branches: trunk
changeset: 465071:9e876a75d290
user: grant <grant%pkgsrc.org@localhost>
date: Sat Dec 20 10:28:45 2003 +0000
description:
build with Xinerama support if available. libXinerama is only
available as a static library, so no change to PLISTs.
fixes PR pkg/19562 from epg.
diffstat:
www/mozilla/Makefile.common | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 034c521fc2dd -r 9e876a75d290 www/mozilla/Makefile.common
--- a/www/mozilla/Makefile.common Sat Dec 20 10:04:32 2003 +0000
+++ b/www/mozilla/Makefile.common Sat Dec 20 10:28:45 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2003/09/27 12:16:42 markd Exp $
+# $NetBSD: Makefile.common,v 1.23 2003/12/20 10:28:45 grant Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= mozilla-source-${MOZ_DIST_VER}
@@ -60,6 +60,10 @@
CONFIGURE_ARGS+= --enable-calendar
.endif
+.if exists(${X11BASE}/include/X11/extensions/Xinerama.h)
+CONFIGURE_ARGS+= --enable-xinerama
+.endif
+
# avoid creating a .mozilla directory in the users home
# directory
SCRIPTS_ENV+= HOME="${WRKDIR}"
Home |
Main Index |
Thread Index |
Old Index