freebsd-ports/devel/bennugd-core/files/patch-configure
Tijl Coosemans 67de73a1cb - Convert to USES=libtool
- Remove -lpthread patching
2014-09-13 19:20:22 +00:00

11 lines
358 B
Text

--- configure.orig 2013-01-06 05:50:56.000000000 +0400
+++ configure 2013-09-12 05:48:18.186226351 +0400
@@ -11277,7 +11277,7 @@
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"