60f674b64a
- Use distfile provided by Debian - Add dependency on GCC from ports when building on 8.x (amd64) due to code generation issue with built-in GCC PR: ports/185212 Submitted by: Jan Beich <jbeich at tormail.org>
13 lines
396 B
Text
13 lines
396 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -149,6 +149,7 @@
|
|
all_platforms="${all_platforms} universal-darwin11-gcc"
|
|
all_platforms="${all_platforms} universal-darwin12-gcc"
|
|
all_platforms="${all_platforms} universal-darwin13-gcc"
|
|
+all_platforms="${all_platforms} ia64-linux-gcc"
|
|
all_platforms="${all_platforms} generic-gnu"
|
|
|
|
# all_targets is a list of all targets that can be configured
|