forked from Lainports/freebsd-ports
Fix build after objformat removal
Submitted by: maintainer PR: ports/108767, ports/108768, ports/108769
This commit is contained in:
parent
977d518832
commit
b0a20f4027
3 changed files with 33 additions and 0 deletions
11
databases/db3/files/patch-objformat
Normal file
11
databases/db3/files/patch-objformat
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- ../dist/configure.foo Sun Feb 4 14:10:01 2007
|
||||
+++ ../dist/configure Sun Feb 4 14:11:26 2007
|
||||
@@ -7002,7 +7002,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*)
|
||||
11
databases/db4/files/patch-objformat
Normal file
11
databases/db4/files/patch-objformat
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- ../dist/configure.foo Sun Feb 4 14:10:01 2007
|
||||
+++ ../dist/configure Sun Feb 4 14:11:26 2007
|
||||
@@ -7002,7 +7002,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*)
|
||||
11
databases/db41/files/patch-objformat
Normal file
11
databases/db41/files/patch-objformat
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- ../dist/configure.foo Sun Feb 4 14:10:01 2007
|
||||
+++ ../dist/configure Sun Feb 4 14:11:26 2007
|
||||
@@ -7002,7 +7002,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*)
|
||||
Loading…
Add table
Reference in a new issue