Index: head/graphics/libvisual/Makefile =================================================================== --- head/graphics/libvisual/Makefile (revision 253236) +++ head/graphics/libvisual/Makefile (revision 253237) @@ -1,39 +1,37 @@ # New ports collection makefile for: libvisual # Date created: 23 oktober 2004 # Whom: Koop Mast # # $FreeBSD$ # # WARNING: when updating this port check if the ports that use libvisual # can work with it. Backwards compatibility is known to be broken in the past. PORTNAME= libvisual PORTVERSION= 0.2.0 PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Abstraction library that sits between apps and visual plugin USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .include .if ${ARCH} == "i386" || ${ARCH} == "amd64" CFLAGS+= -mmmx -.elif ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc .endif post-patch: @${REINPLACE_CMD} -e 's|-Wno-unused-variable||g' \ -e 's|-O3|${CFLAGS}|g' \ ${WRKSRC}/libvisual/Makefile.in .include Property changes on: head/graphics/libvisual/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/graphics/libvisual/files/patch-libvisual-lv_cpu.c =================================================================== --- head/graphics/libvisual/files/patch-libvisual-lv_cpu.c (nonexistent) +++ head/graphics/libvisual/files/patch-libvisual-lv_cpu.c (revision 253237) @@ -0,0 +1,10 @@ +--- 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 */ Property changes on: head/graphics/libvisual/files/patch-libvisual-lv_cpu.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property