diff options
Diffstat (limited to 'www/plugger/files/patch-configure')
-rw-r--r-- | www/plugger/files/patch-configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/plugger/files/patch-configure b/www/plugger/files/patch-configure deleted file mode 100644 index 4fcd27968af2..000000000000 --- a/www/plugger/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Tue May 3 11:49:26 2005 -+++ configure Tue May 3 11:50:09 2005 -@@ -3704,10 +3704,10 @@ - XLDFLAGS='-expect_unresolved "*" -shared -msym -O3' - ;; - -- FreeBSD) -+ FreeBSD*) - case "`file /bin/ls`" in - *ELF*) -- XCFLAGS=-fpic -+ XCFLAGS=-fPIC - XLDFLAGS=-shared - ;; - *) |