diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2008-01-03 18:04:18 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2008-01-03 18:04:18 +0000 |
commit | 6d53999a5498e0fe08bee69a40361debc29c7383 (patch) | |
tree | 86390311224e30aa104dc68065f15d7111fa65c5 /audio/bmp-flac/files | |
parent | 518bef0fc27933392e6b1438d8274c420c803d4a (diff) | |
download | ports-6d53999a5498e0fe08bee69a40361debc29c7383.tar.gz ports-6d53999a5498e0fe08bee69a40361debc29c7383.zip |
Notes
Diffstat (limited to 'audio/bmp-flac/files')
-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 |