opnsense-ports/multimedia/libfame/files/patch-cflags
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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