Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2018 11:46:22 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483472 - head/devel/libopkele
Message-ID:  <201810301146.w9UBkMor098808@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct 30 11:46:22 2018
New Revision: 483472
URL: https://svnweb.freebsd.org/changeset/ports/483472

Log:
  Fix build on powerrpc64.
  
  PR:		231745
  Submitted by:	Piotr Kubaj

Modified:
  head/devel/libopkele/Makefile

Modified: head/devel/libopkele/Makefile
==============================================================================
--- head/devel/libopkele/Makefile	Tue Oct 30 11:44:29 2018	(r483471)
+++ head/devel/libopkele/Makefile	Tue Oct 30 11:46:22 2018	(r483472)
@@ -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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301146.w9UBkMor098808>