ff17abd053
- Relax dependency check in BUILD_DEPENDS by replacing path with names of programs[1] PR: ports/169126[1] Submitted by: Jan Beich <jbeich@tormail.org>
13 lines
396 B
Text
13 lines
396 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -134,6 +134,7 @@
|
|
all_platforms="${all_platforms} universal-darwin10-gcc"
|
|
all_platforms="${all_platforms} universal-darwin11-gcc"
|
|
all_platforms="${all_platforms} universal-darwin12-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
|