aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2007-02-15 01:14:38 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2007-02-15 01:14:38 +0000
commit682135a56521b8505fd6b3e9ae317263dfde568b (patch)
tree485f9cbf4ed33eb6aeffe607579762a0ffc9770d /lang
parent90a37ea32f203566066e90020948c83fe3324519 (diff)
downloadports-682135a56521b8505fd6b3e9ae317263dfde568b.tar.gz
ports-682135a56521b8505fd6b3e9ae317263dfde568b.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc40/files/patch-ltconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/gcc40/files/patch-ltconfig b/lang/gcc40/files/patch-ltconfig
new file mode 100644
index 000000000000..238574b8adac
--- /dev/null
+++ b/lang/gcc40/files/patch-ltconfig
@@ -0,0 +1,14 @@
+Index: ltconfig
+===================================================================
+--- ltconfig
++++ ltconfig (working copy)
+@@ -1133,7 +1133,7 @@
+ ;;
+
+ freebsd*)
+- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
+ version_type=freebsd-$objformat
+ case $version_type in
+ freebsd-elf*)
+