Date: Tue, 21 Apr 2020 00:04:33 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532235 - head/devel/libslang2 Message-ID: <202004210004.03L04X1K064201@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Apr 21 00:04:32 2020 New Revision: 532235 URL: https://svnweb.freebsd.org/changeset/ports/532235 Log: devel/libslang2: go back to building with base compiler on powerpc64 After head r360134, clang can compile this port. Modified: head/devel/libslang2/Makefile Modified: head/devel/libslang2/Makefile ============================================================================== --- head/devel/libslang2/Makefile Mon Apr 20 20:34:43 2020 (r532234) +++ head/devel/libslang2/Makefile Tue Apr 21 00:04:32 2020 (r532235) @@ -2,7 +2,7 @@ PORTNAME= libslang2 PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.jedsoft.org/releases/slang/ DISTNAME= slang-${PORTVERSION} @@ -49,10 +49,6 @@ ONIG_LIB_DEPENDS= libonig.so:devel/oniguruma .if ! ${PORT_OPTIONS:MICONV} || empty(ICONV_LIB) CONFIGURE_ARGS+= --without-iconv -.endif - -.if ${ARCH} == powerpc64 -USE_GCC= any .endif post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004210004.03L04X1K064201>