opnsense-ports/graphics/libvisual/files/patch-libvisual-lv_cpu.c
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

10 lines
307 B
C

--- libvisual/lv_cpu.c.orig 2010-04-25 17:13:26.000000000 +0200
+++ libvisual/lv_cpu.c 2010-04-25 17:11:29.000000000 +0200
@@ -423,7 +423,7 @@
#endif
#endif /* VISUAL_ARCH_X86 */
-#if VISUAL_ARCH_POWERPC
+#if defined(VISUAL_ARCH_POWERPC)
check_os_altivec_support ();
#endif /* VISUAL_ARCH_POWERPC */