[SVN-Commit] r986 - trunk/devel/nspr
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Tue Sep 4 22:50:35 UTC 2012
Author: jbeich
Date: Tue Sep 4 22:50:29 2012
New Revision: 986
Log:
use absolute paths to make gdb(1) happy
Modified:
trunk/devel/nspr/Makefile
Modified: trunk/devel/nspr/Makefile
==============================================================================
--- trunk/devel/nspr/Makefile Tue Sep 4 22:50:21 2012 (r985)
+++ trunk/devel/nspr/Makefile Tue Sep 4 22:50:29 2012 (r986)
@@ -21,7 +21,8 @@
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT=../configure
-CONFIGURE_ARGS= --with-pthreads
+CONFIGURE_ARGS= --srcdir=${WRKSRC:H} \
+ --with-pthreads
CONFIGURE_ENV= BSD_PTHREAD_LIBS=${PTHREAD_LIBS}
MAKE_ENV= DIST=${WRKSRC}/dist
More information about the freebsd-gecko
mailing list