Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2012 22:50:29 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r986 - trunk/devel/nspr
Message-ID:  <201209042250.q84MoTGl056161@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209042250.q84MoTGl056161>