summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-03-27 00:55:15 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-03-27 00:55:15 +0000
commit37ff9e610b37c4ac946b5e21f0081086e711e67b (patch)
treeb02000eee9446f0b938f81dbdf010f0c640a5972 /net-libs/libtlen/files
parentStable on ppc. (diff)
downloadgentoo-2-37ff9e610b37c4ac946b5e21f0081086e711e67b.tar.gz
gentoo-2-37ff9e610b37c4ac946b5e21f0081086e711e67b.tar.bz2
gentoo-2-37ff9e610b37c4ac946b5e21f0081086e711e67b.zip
added fPIC patch for amd64, fixes #77151
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs/libtlen/files')
-rw-r--r--net-libs/libtlen/files/20040912-fPIC.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-libs/libtlen/files/20040912-fPIC.patch b/net-libs/libtlen/files/20040912-fPIC.patch
new file mode 100644
index 000000000000..a566b26f8124
--- /dev/null
+++ b/net-libs/libtlen/files/20040912-fPIC.patch
@@ -0,0 +1,12 @@
+diff -uprN libtlen-20040912.orig/lib/Makefile.in libtlen-20040912/lib/Makefile.in
+--- libtlen-20040912.orig/lib/Makefile.in 2005-03-24 02:12:19.000000000 +0100
++++ libtlen-20040912/lib/Makefile.in 2005-03-27 01:48:37.056488656 +0100
+@@ -13,7 +13,7 @@ VERSION_MAJOR=1
+ VERSION_MINOR=5
+
+ CC = @CC@
+-CFLAGS = @CFLAGS_LIBTLEN@ -I.. -fPIC -Wall -ggdb
++CFLAGS = @CFLAGS_LIBTLEN@ -fPIC
+ LIBS= @LIBS_LIBTLEN@
+
+ MAKE = @MAKE@