summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-07-21 13:45:51 +0000
committerPacho Ramos <pacho@gentoo.org>2012-07-21 13:45:51 +0000
commit5d1269cf37897ee19726647ace2ce26cb5209e41 (patch)
tree49a0cf9911f8ec8ca80c10c392174c10e3d7ae09 /net-libs/libtlen/files
parentremove, bug #421423 (diff)
downloadgentoo-2-5d1269cf37897ee19726647ace2ce26cb5209e41.tar.gz
gentoo-2-5d1269cf37897ee19726647ace2ce26cb5209e41.tar.bz2
gentoo-2-5d1269cf37897ee19726647ace2ce26cb5209e41.zip
Remove package
Diffstat (limited to 'net-libs/libtlen/files')
-rw-r--r--net-libs/libtlen/files/20040912-fPIC.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-libs/libtlen/files/20040912-fPIC.patch b/net-libs/libtlen/files/20040912-fPIC.patch
deleted file mode 100644
index a566b26f8124..000000000000
--- a/net-libs/libtlen/files/20040912-fPIC.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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@