mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
eda1585e2d
PR: ports/80605 Submitted by: Rob <lahaye@snu.ac.kr>
16 lines
341 B
Plaintext
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
|
|
;;
|
|
*)
|