Lines 18-35
Link Here
|
18 |
libtidy.so:www/tidy-lib \ |
18 |
libtidy.so:www/tidy-lib \ |
19 |
libxslt.so:textproc/libxslt |
19 |
libxslt.so:textproc/libxslt |
20 |
|
20 |
|
21 |
BROKEN_powerpc64= fails to compile: iterator.h: error: invalid abstract return type |
|
|
22 |
BROKEN_SSL= openssl-devel |
21 |
BROKEN_SSL= openssl-devel |
23 |
BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'DH' (aka 'dh_st') |
22 |
BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'DH' (aka 'dh_st') |
24 |
|
23 |
|
|
|
24 |
USES= gmake libtool localbase:ldflags pathfix \ |
25 |
pkgconfig ssl |
25 |
USE_LDCONFIG= yes |
26 |
USE_LDCONFIG= yes |
26 |
USES= libtool gmake pathfix pkgconfig compiler:c++11-lang ssl |
|
|
27 |
GNU_CONFIGURE= yes |
27 |
GNU_CONFIGURE= yes |
28 |
CONFIGURE_ENV= "OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \ |
28 |
CONFIGURE_ENV= "OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \ |
29 |
OPENSSL_LIBS=-L${OPENSSLLIB} |
29 |
OPENSSL_LIBS=-L${OPENSSLLIB} |
30 |
CPPFLAGS+= -I${LOCALBASE}/include |
|
|
31 |
CFLAGS+= -I${LOCALBASE}/include |
32 |
LDFLAGS+= -L${LOCALBASE}/lib |
33 |
|
30 |
|
34 |
.include <bsd.port.pre.mk> |
31 |
.include <bsd.port.pre.mk> |
35 |
|
32 |
|