summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/ekg/files/ekg-1.6_rc1-fpic.patch')
-rw-r--r--net-im/ekg/files/ekg-1.6_rc1-fpic.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-im/ekg/files/ekg-1.6_rc1-fpic.patch b/net-im/ekg/files/ekg-1.6_rc1-fpic.patch
deleted file mode 100644
index ca2da2967c54..000000000000
--- a/net-im/ekg/files/ekg-1.6_rc1-fpic.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur ekg-1.6rc1-old/configure ekg-1.6rc1/configure
---- ekg-1.6rc1-old/configure 2005-03-20 13:46:53.000000000 +0100
-+++ ekg-1.6rc1/configure 2005-04-14 13:15:30.294949464 +0200
-@@ -4224,7 +4224,7 @@
- echo $ECHO_N "checking if -pthread is sufficient with -shared... $ECHO_C" >&6
- save_CFLAGS="$CFLAGS"
- save_LIBS="$LIBS"
-- CFLAGS="-shared -Wl,-z,defs $CFLAGS"
-+ CFLAGS="-shared -fPIC -Wl,-z,defs $CFLAGS"
- ok="no"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"