mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
15 lines
468 B
Text
15 lines
468 B
Text
--- configure.orig 2013-01-06 05:50:56.000000000 +0400
|
|
+++ configure 2013-09-12 05:48:18.186226351 +0400
|
|
@@ -11277,10 +11277,10 @@
|
|
USE_OPENSSL=no
|
|
;;
|
|
|
|
- dragonfly*)
|
|
+ dragonfly* | freebsd*)
|
|
INCLUDES="-I/usr/local/include"
|
|
COMMON_CFLAGS="-Wall -DTARGET_BSD -DUSE_OPENSSL"
|
|
- COMMON_LDFLAGS="-L/usr/local/lib -lpthread"
|
|
+ COMMON_LDFLAGS="-L/usr/local/lib -pthread"
|
|
LIBSSL="crypto"
|
|
USE_OPENSSL=yes
|
|
;;
|