diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-07-13 00:02:32 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-07-13 00:02:32 +0000 |
commit | 9817b68587edb91d0fc8223e373d6cf4d6cc887a (patch) | |
tree | 01eb15843e746ac8a8244313e1e864f434b1961d /multimedia/libfame/files/patch-cflags | |
parent | Fix configure to stop appending ``-march=i386'' to CFLAGS on i386. (diff) |
Uh-oh. Fix the just committed patch-cflags to only defined HAVE_BSWAP on
i386. Add one more patch to the patch-warnings collection, to ensure
warning-free compile on 64-bit platforms (tested on amd64).
Diffstat (limited to 'multimedia/libfame/files/patch-cflags')
-rw-r--r-- | multimedia/libfame/files/patch-cflags | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/libfame/files/patch-cflags b/multimedia/libfame/files/patch-cflags index 23361f553cbe..192de78d2154 100644 --- a/multimedia/libfame/files/patch-cflags +++ b/multimedia/libfame/files/patch-cflags @@ -1,10 +1,12 @@ --- configure Wed Feb 11 08:12:28 2004 +++ configure Tue Jul 12 18:56:00 2005 -@@ -4500,4 +4500,7 @@ +@@ -4500,4 +4500,9 @@ case "$target" in -+ *-*-freebsd*) ++ *86-*-freebsd*) + CFLAGS="$CFLAGS -DHAS_BSWAP" + ;; ++ *-*-freebsd*) ++ ;; alpha*-*-linux*) if test x$ac_cv_c_compiler_gnu = xyes; then |