FreeBSD Bugzilla – Attachment 127511 Details for
Bug 171353
Segmentation fault when use'ing the perl modules XML::LibXML and GD together (related to pthreads?)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libxml2-thread.diff
libxml2-thread.diff (text/plain; charset=us-ascii), 1.78 KB, created by
Steve Wills
on 2012-09-08 19:21:19 UTC
(
hide
)
Description:
libxml2-thread.diff
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2012-09-08 19:21:19 UTC
Size:
1.78 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 303782) >+++ Makefile (working copy) >@@ -13,7 +13,7 @@ > > PORTNAME= libxml2 > PORTVERSION= 2.7.8 >-PORTREVISION?= 3 >+PORTREVISION?= 4 > CATEGORIES?= textproc gnome > MASTER_SITES= ftp://gd.tuwien.ac.at/pub/libxml/ \ > ftp://xmlsoft.org/libxml2/ >@@ -54,6 +54,11 @@ > > .if defined(WITHOUT_THREADS) > CONFIGURE_ARGS+= --without-threads >+.else >+CPPFLAGS+= ${PTHREAD_CFLAGS} >+CFLAGS+= ${PTHREAD_CFLAGS} >+LDFLAGS+= ${PTHREAD_LIBS} >+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-threads > .endif > > .if defined(WITH_MEM_DEBUG) >@@ -69,6 +74,10 @@ > .endif > > post-patch: >+.if !defined(WITHOUT_THREADS) >+ @${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ >+ ${WRKSRC}/xml2-config.in >+.endif > .for d in . doc doc/devhelp doc/examples > @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \ > ${WRKSRC}/${d}/Makefile.in >Index: files/extra-patch-threads >=================================================================== >--- files/extra-patch-threads (revision 0) >+++ files/extra-patch-threads (working copy) >@@ -0,0 +1,11 @@ >+--- xml2-config.in.orig 2012-09-08 17:23:54.000000000 +0000 >++++ xml2-config.in 2012-09-08 17:26:22.000000000 +0000 >+@@ -91,7 +91,7 @@ >+ echo @XML_LIBDIR@ @XML_LIBS@ >+ fi >+ else >+- echo @XML_LIBDIR@ @XML_LIBS@ @WIN32_EXTRA_LIBADD@ >++ echo @XML_LIBDIR@ @XML_LIBS@ @WIN32_EXTRA_LIBADD@ %%PTHREAD_LIBS%% >+ fi >+ ;; >+ > >Property changes on: files/extra-patch-threads >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 171353
: 127511 |
127512