ports/www/plugger/files/patch-configure
Volker Stolz 46e48ea220 Update to 5.1.2
PR:		ports/68766
Submitted by:	John Merryweather Cooper (maintainer)
2004-07-09 14:01:31 +00:00

15 lines
344 B
Text

--- configure.orig Wed Jul 7 02:41:28 2004
+++ configure Wed Jul 7 02:49:41 2004
@@ -1819,10 +1819,10 @@
XLDFLAGS='-expect_unresolved "*" -shared -msym -O3'
;;
- FreeBSD)
+ FreeBSD*)
case "`file /bin/ls`" in
*ELF*)
- XCFLAGS=-fpic
+ XCFLAGS=-fPIC
XLDFLAGS=-shared
;;
*)