diff options
author | nork <nork@FreeBSD.org> | 2008-01-04 02:04:18 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2008-01-04 02:04:18 +0800 |
commit | e12362559b254ba68558c2cf3f785fd822aedc3c (patch) | |
tree | 813fa3d8ed08728112628feffe68067422e18f0c /audio | |
parent | 937d94087e331e28a363d22058db9b849ce073f2 (diff) | |
download | freebsd-ports-gnome-e12362559b254ba68558c2cf3f785fd822aedc3c.tar.gz freebsd-ports-gnome-e12362559b254ba68558c2cf3f785fd822aedc3c.tar.zst freebsd-ports-gnome-e12362559b254ba68558c2cf3f785fd822aedc3c.zip |
Fix build/install error without objformat.
Pointed out by: pav
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmp-flac/files/patch-configure | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/audio/bmp-flac/files/patch-configure b/audio/bmp-flac/files/patch-configure index f99b47f5cbd6..b012988e22a3 100644 --- a/audio/bmp-flac/files/patch-configure +++ b/audio/bmp-flac/files/patch-configure @@ -1,5 +1,14 @@ ---- configure.orig Mon Apr 12 20:29:48 2004 -+++ configure Sun May 22 00:46:57 2005 +--- configure.orig 2004-04-12 20:29:48.000000000 +0900 ++++ configure 2008-01-04 02:52:42.000000000 +0900 +@@ -7763,7 +7763,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*) @@ -19040,6 +19040,7 @@ # This can be used to rebuild libtool when needed |