View | Details | Raw Unified | Return to bug 243281
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 49-55 Link Here
49
INSTALLS_ICONS=	yes
49
INSTALLS_ICONS=	yes
50
50
51
BROKEN_aarch64=		fails to configure: Could not find the program gas,as,gcc
51
BROKEN_aarch64=		fails to configure: Could not find the program gas,as,gcc
52
BROKEN_powerpc64=	fails to compile: configuration_variable.cc: 'strtof' is not a member of 'std'
53
52
54
PLIST_SUB=	ARDOURVERSION=${PORTVERSION}
53
PLIST_SUB=	ARDOURVERSION=${PORTVERSION}
55
54
Lines 104-109 Link Here
104
WITH_ARCH_FLAGS=	--arch='-msse -mfpmath=sse' --dist-target=i386
103
WITH_ARCH_FLAGS=	--arch='-msse -mfpmath=sse' --dist-target=i386
105
.elif ${ARCH} == "amd64"
104
.elif ${ARCH} == "amd64"
106
WITH_ARCH_FLAGS=	--arch='-msse -mfpmath=sse' --dist-target=x86_64
105
WITH_ARCH_FLAGS=	--arch='-msse -mfpmath=sse' --dist-target=x86_64
106
.elif ${ARCH} == "powerpc64"
107
LLD_UNSAFE=	yes
107
.endif
108
.endif
108
109
109
.if defined(WITH_ARCH_FLAGS)
110
.if defined(WITH_ARCH_FLAGS)
(-)files/patch-libs_fst_wscript (+10 lines)
Line 0 Link Here
1
--- libs/fst/wscript.orig	2020-01-11 19:16:19 UTC
2
+++ libs/fst/wscript
3
@@ -82,7 +82,6 @@ def build(bld):
4
 
5
     obj.includes  = [ '../pbd/', '../ardour/', '.' ]
6
     obj.defines = [
7
-        '_POSIX_SOURCE',
8
         'USE_WS_PREFIX',
9
         'VST_SCANNER_APP',
10
         'PACKAGE="' + I18N_PACKAGE + str(bld.env['MAJOR']) + '"',

Return to bug 243281