svn commit: r302617 - head/textproc/libxml2/files
Dmitry Sivachenko
demon at FreeBSD.org
Thu Aug 16 07:42:00 UTC 2012
Author: demon
Date: Thu Aug 16 07:42:00 2012
New Revision: 302617
URL: http://svn.freebsd.org/changeset/ports/302617
Log:
Compile static libxml2.a with -fPIC so 3rd party shared libs can
link statically with libxml2.a.
OK from: mezz
Added:
head/textproc/libxml2/files/patch-Makefile.in (contents, props changed)
Added: head/textproc/libxml2/files/patch-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/libxml2/files/patch-Makefile.in Thu Aug 16 07:42:00 2012 (r302617)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2010-11-04 20:28:16.000000000 +0300
++++ Makefile.in 2012-08-16 11:15:53.000000000 +0400
+@@ -1069,7 +1069,7 @@
+ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
+
+ .c.lo:
+- at am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
++ at am__fastdepCC_TRUE@ $(LTCOMPILE) -fPIC -DPIC -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+ @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
More information about the svn-ports-all
mailing list