ports/devel/bennugd-core/files/patch-configure
Dmitry Marakasov c954c5e1a6 - Update to svn20130912
- Support staging
- Fix build on 10.x
2014-01-20 01:34:31 +00:00

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