aboutsummaryrefslogtreecommitdiff
path: root/devel/nspr
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-09-07 22:10:01 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-09-07 22:10:01 +0000
commit9e2d4844cf86e9e0c1fee084c644a471b97d4d89 (patch)
tree260671c3ea7a2a410e3f9cc7f050e3a71604a633 /devel/nspr
parent26ceb56d8b90157eef1d8f626d049666c852d81a (diff)
downloadports-9e2d4844cf86e9e0c1fee084c644a471b97d4d89.tar.gz
ports-9e2d4844cf86e9e0c1fee084c644a471b97d4d89.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>
Notes
Notes: svn path=/head/; revision=303831
Diffstat (limited to 'devel/nspr')
-rw-r--r--devel/nspr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile
index d2e54bd1dea6..2d1d65805752 100644
--- a/devel/nspr/Makefile
+++ b/devel/nspr/Makefile
@@ -21,7 +21,7 @@ USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT=../configure
-CONFIGURE_ARGS= --disable-debug \
+CONFIGURE_ARGS= --srcdir=${WRKSRC:H} \
--with-pthreads
CONFIGURE_ENV= BSD_PTHREAD_LIBS=${PTHREAD_LIBS}
@@ -31,8 +31,8 @@ LIBS= libnspr4.so.1 libplc4.so.1 libplds4.so.1
.include <bsd.port.pre.mk>
-.if ${ARCH} == "arm"
-BROKEN= Does not compile on arm
+.if !defined(WITH_DEBUG)
+CONFIGURE_ARGS+=--disable-debug
.endif
post-patch: