1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/www/plugger/files/patch-configure
Pav Lucistnik eda1585e2d - Update to 5.1.3
PR:		ports/80605
Submitted by:	Rob <lahaye@snu.ac.kr>
2005-05-04 14:53:54 +00:00

16 lines
341 B
Plaintext

--- 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
;;
*)