summaryrefslogtreecommitdiff
path: root/textproc/xerces-c2-devel/files/patch-src-xercesc-Makefile.incl
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-05-20 18:44:10 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-05-20 18:44:10 +0000
commit6780865028765b5e97506ecca9ab56f2d5abc418 (patch)
tree2a7181eff71a684ea71dfb4fcd3fa83aa364c068 /textproc/xerces-c2-devel/files/patch-src-xercesc-Makefile.incl
parentUpdate to 3.1.3, see changelog for details: (diff)
- Update to 2.7.0
- Pass maintainership to submitter PR: ports/95118 Submitted by: Ken Menzel <kenm@icarz.com> Reviewed by: Bjoern A. Zeeb (former maintainer)
Diffstat (limited to 'textproc/xerces-c2-devel/files/patch-src-xercesc-Makefile.incl')
-rw-r--r--textproc/xerces-c2-devel/files/patch-src-xercesc-Makefile.incl11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/xerces-c2-devel/files/patch-src-xercesc-Makefile.incl b/textproc/xerces-c2-devel/files/patch-src-xercesc-Makefile.incl
new file mode 100644
index 000000000000..9b42675607ea
--- /dev/null
+++ b/textproc/xerces-c2-devel/files/patch-src-xercesc-Makefile.incl
@@ -0,0 +1,11 @@
+--- 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}