diff options
author | flo <flo@FreeBSD.org> | 2012-09-08 06:10:01 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-09-08 06:10:01 +0800 |
commit | f8ae57259d2b6995d3f55494b27d00983b0eab62 (patch) | |
tree | 260671c3ea7a2a410e3f9cc7f050e3a71604a633 /Mk | |
parent | f282aa59ea4a4c778851cc8c8e9910f59bc43330 (diff) | |
download | freebsd-ports-gnome-f8ae57259d2b6995d3f55494b27d00983b0eab62.tar.gz freebsd-ports-gnome-f8ae57259d2b6995d3f55494b27d00983b0eab62.tar.zst freebsd-ports-gnome-f8ae57259d2b6995d3f55494b27d00983b0eab62.zip |
- Update firefox to 15.0.1
- Sync changes from gecko repository@r995
general
- don't specify prefix for libevent when using pkg-config
- ia64 and sparc64 use 8k pagesize by default
- add visibility hack for clang 3.2 with libc++
- fix build using clang 3.2 (on FreeBSD 10-CURRENT)
- rename a few more patches to ease tracking of bugzilla bugs
www/seamonkey
- unbreak unsetting LDAP and MAILNEWS options after bug 707305
- use compile time debugging WITH_DEBUG
security/nss
- unbreak install WITH_DEBUG
- unbreak powerpc64
devel/nspr
- use absolute paths when specifiying srcdir to make gdb(1) happy
In collaboration with: andreast, zeising, Jan Beich <jbeich@tormail.org>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 03fbb64e4c03..67edf40aadee 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -560,7 +560,7 @@ cairo_EXTRACT_AFTER_ARGS= --exclude mozilla*/gfx/cairo dbm_EXTRACT_AFTER_ARGS= --exclude mozilla*/dbm event_LIB_DEPENDS= event-2.0:${PORTSDIR}/devel/libevent2 -event_MOZ_OPTIONS= --with-system-libevent=${LOCALBASE} +event_MOZ_OPTIONS= --with-system-libevent event_EXTRACT_AFTER_ARGS= --exclude mozilla*/ipc/chromium/src/third_party/libevent ffi_LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi |