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

15 lines
341 B
Text

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