svn commit: r552107 - head/audio/ardour6

Piotr Kubaj pkubaj at FreeBSD.org
Mon Oct 12 07:44:57 UTC 2020


Author: pkubaj
Date: Mon Oct 12 07:44:57 2020
New Revision: 552107
URL: https://svnweb.freebsd.org/changeset/ports/552107

Log:
  audio/ardour6: don't require ld.bfd on powerpc*
  
  Builds fine.

Modified:
  head/audio/ardour6/Makefile

Modified: head/audio/ardour6/Makefile
==============================================================================
--- head/audio/ardour6/Makefile	Mon Oct 12 07:34:36 2020	(r552106)
+++ head/audio/ardour6/Makefile	Mon Oct 12 07:44:57 2020	(r552107)
@@ -110,8 +110,6 @@ post-install:
 WITH_ARCH_FLAGS=	--arch='-msse -mfpmath=sse -march=i686 -DARCH_X86' --dist-target=i686
 .elif ${ARCH} == "amd64"
 WITH_ARCH_FLAGS=	--arch='-msse -mfpmath=sse -DARCH_X86' --dist-target=x86_64
-.elif ${ARCH:Mpowerpc*}
-LLD_UNSAFE=	yes
 .endif
 
 .if defined(WITH_ARCH_FLAGS)


More information about the svn-ports-all mailing list