diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-07 00:22:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-07 00:22:05 +0000 |
commit | d33d0e37404c288ec914525dd1b9009f63013a66 (patch) | |
tree | f032f61c17f7efa5cad4a4b1498db10feaef8db9 /textproc/xerces-c2 | |
parent | 4cb61dc94b2b0beae0c701d5c4329f77bf504111 (diff) | |
download | ports-d33d0e37404c288ec914525dd1b9009f63013a66.tar.gz ports-d33d0e37404c288ec914525dd1b9009f63013a66.zip |
Notes
Diffstat (limited to 'textproc/xerces-c2')
-rw-r--r-- | textproc/xerces-c2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/xerces-c2/Makefile b/textproc/xerces-c2/Makefile index 92a2bf9caeb0..bb2d33c7b190 100644 --- a/textproc/xerces-c2/Makefile +++ b/textproc/xerces-c2/Makefile @@ -75,6 +75,7 @@ INSTALL_WRKSRC= ${XERCESWRKSRC} USE_GMAKE= yes MAKE_ENV+= XERCESCROOT=${WRKSRC} +MAKE_JOBS_UNSAFE= yes HAS_CONFIGURE= yes CONFIGURE_ENV+= XERCESCROOT=${WRKSRC} TRANSCODER=${TRANSCODER} @@ -138,6 +139,9 @@ pre-extract: post-patch: @${REINPLACE_CMD} -e 's#CP = -cp -p#CP = -cp#' \ ${WRKSRC}/src/xercesc/Makefile.incl + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/src/xercesc/Makefile.incl \ + ${WRKSRC}/src/xercesc/runConfigure pre-configure: @${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure |