aboutsummaryrefslogtreecommitdiff
path: root/textproc/xerces-c2
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2010-06-29 15:11:26 +0000
committerStefan Walter <stefan@FreeBSD.org>2010-06-29 15:11:26 +0000
commit03c64289faeb0230c5567c62003baac0a8e315ae (patch)
tree38bacda832d2af8a051c4679038126b7ac7d1f28 /textproc/xerces-c2
parent63b946b6cbc8d89900e814857c646b63bbc7c0cc (diff)
downloadports-03c64289faeb0230c5567c62003baac0a8e315ae.tar.gz
ports-03c64289faeb0230c5567c62003baac0a8e315ae.zip
Notes
Diffstat (limited to 'textproc/xerces-c2')
-rw-r--r--textproc/xerces-c2/Makefile4
-rw-r--r--textproc/xerces-c2/files/patch-src-xercesc-Makefile.incl11
2 files changed, 4 insertions, 11 deletions
diff --git a/textproc/xerces-c2/Makefile b/textproc/xerces-c2/Makefile
index bb2d33c7b190..fe8804312c6b 100644
--- a/textproc/xerces-c2/Makefile
+++ b/textproc/xerces-c2/Makefile
@@ -142,6 +142,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/src/xercesc/Makefile.incl \
${WRKSRC}/src/xercesc/runConfigure
+.if ${OSVERSION} < 700000
+ @${REINPLACE_CMD} -e 's,-lgcc,-lgcc_pic,' \
+ ${WRKSRC}/src/xercesc/Makefile.incl
+.endif
pre-configure:
@${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure
diff --git a/textproc/xerces-c2/files/patch-src-xercesc-Makefile.incl b/textproc/xerces-c2/files/patch-src-xercesc-Makefile.incl
deleted file mode 100644
index 9b42675607ea..000000000000
--- a/textproc/xerces-c2/files/patch-src-xercesc-Makefile.incl
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/xercesc/Makefile.incl.orig Wed Sep 7 11:55:53 2005
-+++ src/xercesc/Makefile.incl Mon Apr 10 14:54:15 2006
-@@ -411,7 +411,7 @@
- MAKE_SHARED_C = ${CC} -D${PLATFORM} -shared -fPIC ${LDFLAGS}
- ifeq (${TRANSCODER}, ICU)
- PLATFORM_COMPILE_OPTIONS = -fPIC -D${PLATFORM} -I/usr/local/include
-- ALLLIBS = ${LIBS} -L/usr/local/lib -L${ICUROOT} -licuuc -licudata -lgcc
-+ ALLLIBS = ${LIBS} -L/usr/local/lib -L${ICUROOT} -licuuc -licudata -lgcc_pic
- else
- PLATFORM_COMPILE_OPTIONS = -fPIC -D${PLATFORM}
- ALLLIBS = ${LIBS}