Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 18:38:11 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480061 - head/audio/boodler
Message-ID:  <201809181838.w8IIcBic087638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste (src committer)
Date: Tue Sep 18 18:38:11 2018
New Revision: 480061
URL: https://svnweb.freebsd.org/changeset/ports/480061

Log:
  audio/boodler: use PIC on all architectures
  
  This is needed for linking with lld on i386, and also the reason this
  port was previously broken on arm64.
  
  Approved by:	portmgr (lld blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/audio/boodler/Makefile

Modified: head/audio/boodler/Makefile
==============================================================================
--- head/audio/boodler/Makefile	Tue Sep 18 18:35:36 2018	(r480060)
+++ head/audio/boodler/Makefile	Tue Sep 18 18:38:11 2018	(r480061)
@@ -14,8 +14,6 @@ COMMENT=	Programmable soundscape tool
 LICENSE=	LGPL20 # Main program only, sounds have various copyrights
 LICENSE_FILE=	${WRKSRC}/LGPL
 
-BROKEN_aarch64=		fails to link: can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol: _Py_NoneStruct in readonly segment
-
 RESTRICTED=	Not for commercial use
 RESTRICTED_FILES=	boodler-snd-021902.tar.gz
 
@@ -47,9 +45,7 @@ OSS_CONFIGURE_ON=	--driver oss
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "amd64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
 CONFIGURE_ARGS+=	--PIC
-.endif
 
 post-patch:
 	${REINPLACE_CMD} -e "s|python|${PYTHON_CMD}|" \



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