FreeBSD Bugzilla – Attachment 98132 Details for
Bug 136984
textproc/xerces-2 port no longer needs gcc_pic patch in FreeBSD 7.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-xerxes-c2
patch-xerxes-c2 (text/x-diff; charset="iso 8859-15"), 1.50 KB, created by
Tilman Keskinoz
on 2009-07-25 10:33:26 UTC
(
hide
)
Description:
patch-xerxes-c2
Filename:
MIME Type:
Creator:
Tilman Keskinoz
Created:
2009-07-25 10:33:26 UTC
Size:
1.50 KB
patch
obsolete
>? .Makefile.swp >? patch-xerxes-c2 >? work >Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/textproc/xerces-c2/Makefile,v >retrieving revision 1.26 >diff -u -r1.26 Makefile >--- Makefile 7 Jul 2009 00:22:05 -0000 1.26 >+++ Makefile 25 Jul 2009 09:29:54 -0000 >@@ -142,6 +142,10 @@ > @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ > ${WRKSRC}/src/xercesc/Makefile.incl \ > ${WRKSRC}/src/xercesc/runConfigure >+.if ${OSVERSION} < 700000 >+ ${REINPLACE_CMD} -s 's,-lgcc,-lgcc_pic,' \ >+ ${WRKSRC}/src/xerxesc/Makefile.incl >+.endif > > pre-configure: > @${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure >Index: files/patch-src-xercesc-Makefile.incl >=================================================================== >RCS file: files/patch-src-xercesc-Makefile.incl >diff -N files/patch-src-xercesc-Makefile.incl >--- files/patch-src-xercesc-Makefile.incl 20 May 2006 18:44:10 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -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}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 136984
: 98132 |
98133