mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Cleanups: - USE_OPENSSL - Convert to OPTION helpers - Remove no longer necessary patch for modperl - Sort OPTIONs - Correct compiler flags detection in configure script PR: 205473 Submitted by: matthew@reztek.cz Reviewed by: riggs Approved by: maintainer timeout
15 lines
420 B
Text
15 lines
420 B
Text
--- configure.orig 2015-11-15 17:54:23 UTC
|
|
+++ configure
|
|
@@ -3388,10 +3388,8 @@ appendLD () {
|
|
|
|
case "${host_os}" in
|
|
freebsd*)
|
|
- # -D__GNU_LIBRARY__ makes this work on fbsd 4.11
|
|
- appendCXX -I/usr/local/include -D__GNU_LIBRARY__
|
|
- appendLib -L/usr/local/lib -lcompat
|
|
- appendMod -L/usr/local/lib
|
|
+ appendCXX -I/usr/local/include
|
|
+ appendLD -L/usr/local/lib
|
|
;;
|
|
solaris*)
|
|
appendLib -lsocket -lnsl -lresolv
|