Index: Makefile =================================================================== --- Makefile (revision 475968) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= gbsplay PORTVERSION= 0.0.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= LOCAL/ehaupt PKGNAMEPREFIX= xmms- @@ -17,7 +17,6 @@ RUN_DEPENDS= xmms:multimedia/xmms USE_GNOME= glib12 -USE_GCC= any HAS_CONFIGURE= yes USES= gmake USE_CSTD= gnu89 @@ -36,7 +35,8 @@ post-patch: @${REINPLACE_CMD} -e \ - 's|`which xmms-config`||; \ + 's|char argc|int argc|; \ + s|`which xmms-config`||; \ s|\(xmms-config\)|${LOCALBASE}/bin/\1|g; \ s|`which glib-config`||; \ s|glib-config|${GLIB_CONFIG}|g; \