diff options
-rw-r--r-- | graphics/xmms-xvs/Makefile | 4 | ||||
-rw-r--r-- | graphics/xmms-xvs/files/patch-src::fxlist.c | 32 |
2 files changed, 32 insertions, 4 deletions
diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile index 4e00f0b9fc15..f8c2ce4ff935 100644 --- a/graphics/xmms-xvs/Makefile +++ b/graphics/xmms-xvs/Makefile @@ -30,10 +30,6 @@ CONFIGURE_ENV= XMMS_CONFIG="${XMMS_CONFIG}" .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - post-patch: @${REINPLACE_CMD} -e 's|<xml|<libxml/xml|g' ${WRKSRC}/configure diff --git a/graphics/xmms-xvs/files/patch-src::fxlist.c b/graphics/xmms-xvs/files/patch-src::fxlist.c new file mode 100644 index 000000000000..ced681c0b926 --- /dev/null +++ b/graphics/xmms-xvs/files/patch-src::fxlist.c @@ -0,0 +1,32 @@ +--- src/fxlist.c.orig Thu Jun 21 10:49:06 2001 ++++ src/fxlist.c Tue Oct 28 23:51:39 2003 +@@ -60,28 +60,4 @@ + + return NULL; + } +- +-#else /* FXLIST_RECURSIVE */ +- +-/* List all available modules. */ +-/* Filters */ +-FXMODULE( FXBlur ) +-FXMODULE( FXBump ) +-/* Transitions */ +-FXMODULE( FXZoomer ) +-FXMODULE( FXRotoZoomer ) +-FXMODULE( FXUniBlitter ) +-/* Renderers */ +-FXMODULE( FXClear ) +-FXMODULE( FXFlash ) +-FXMODULE( FXParticle ) +-FXMODULE( FXScope ) +-FXMODULE( FXRing ) +-FXMODULE( FXUniScope ) +-/* Containers */ +-FXMODULE( FXSimple ) +-FXMODULE( FXOnce ) +-/* Other */ +-FXMODULE( FXComment ) +- +-#endif /* FXLIST_RECURSIVE */ ++#endif |