aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ORBit/files
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-01-30 11:31:47 +0800
committerkris <kris@FreeBSD.org>2007-01-30 11:31:47 +0800
commit08f50f085ff76b18785b624d9af1e46d3110a52d (patch)
tree4ceb3fcea94a55525bca77011a5f1e42c2da87b2 /devel/ORBit/files
parent864ddb2f3edfbce00d4ecbc8952c411eeba9e9e5 (diff)
downloadfreebsd-ports-graphics-08f50f085ff76b18785b624d9af1e46d3110a52d.tar.gz
freebsd-ports-graphics-08f50f085ff76b18785b624d9af1e46d3110a52d.tar.zst
freebsd-ports-graphics-08f50f085ff76b18785b624d9af1e46d3110a52d.zip
Don't default to a.out ABI
Diffstat (limited to 'devel/ORBit/files')
-rw-r--r--devel/ORBit/files/patch-libIDL::configure16
1 files changed, 11 insertions, 5 deletions
diff --git a/devel/ORBit/files/patch-libIDL::configure b/devel/ORBit/files/patch-libIDL::configure
index 18f6a992dc0..acab6799125 100644
--- a/devel/ORBit/files/patch-libIDL::configure
+++ b/devel/ORBit/files/patch-libIDL::configure
@@ -1,8 +1,14 @@
-
-$FreeBSD$
-
---- libIDL/configure 2002/06/07 16:28:12 1.1
-+++ libIDL/configure 2002/06/07 16:30:32
+--- libIDL/configure.orig Thu Jun 6 07:27:28 2002
++++ libIDL/configure Mon Jan 29 22:21:58 2007
+@@ -5915,7 +5915,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*)
@@ -7418,6 +7418,7 @@
# This can be used to rebuild libtool when needed