aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-30 11:46:22 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-30 11:46:22 +0000
commit2dbcc43af2918d36a28698135f085aeff41122b4 (patch)
treef66d7c93c5cc394ba5c363da30a4580ae115b3a5 /devel
parent32079e1bf4dbdc91f11518fbe98f5976fbe87b4d (diff)
downloadports-2dbcc43af2918d36a28698135f085aeff41122b4.tar.gz
ports-2dbcc43af2918d36a28698135f085aeff41122b4.zip
Fix build on powerrpc64.
PR: 231745 Submitted by: Piotr Kubaj
Notes
Notes: svn path=/head/; revision=483472
Diffstat (limited to 'devel')
-rw-r--r--devel/libopkele/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile
index 6275e46a94c6..0a9d9d09aa22 100644
--- a/devel/libopkele/Makefile
+++ b/devel/libopkele/Makefile
@@ -18,18 +18,15 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libtidy.so:www/tidy-lib \
libxslt.so:textproc/libxslt
-BROKEN_powerpc64= fails to compile: iterator.h: error: invalid abstract return type
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'DH' (aka 'dh_st')
+USES= gmake libtool localbase:ldflags pathfix \
+ pkgconfig ssl
USE_LDCONFIG= yes
-USES= libtool gmake pathfix pkgconfig compiler:c++11-lang ssl
GNU_CONFIGURE= yes
CONFIGURE_ENV= "OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \
OPENSSL_LIBS=-L${OPENSSLLIB}
-CPPFLAGS+= -I${LOCALBASE}/include
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>