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) |