freebsd-ports/multimedia/libfame/files/patch-cflags
Mikhail Teterin 9817b68587 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).
2005-07-13 00:02:32 +00:00

12 lines
277 B
Text

--- configure Wed Feb 11 08:12:28 2004
+++ configure Tue Jul 12 18:56:00 2005
@@ -4500,4 +4500,9 @@
case "$target" in
+ *86-*-freebsd*)
+ CFLAGS="$CFLAGS -DHAS_BSWAP"
+ ;;
+ *-*-freebsd*)
+ ;;
alpha*-*-linux*)
if test x$ac_cv_c_compiler_gnu = xyes; then