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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to