Index: head/games/abuse_sdl/Makefile =================================================================== --- head/games/abuse_sdl/Makefile (revision 434086) +++ head/games/abuse_sdl/Makefile (revision 434087) @@ -1,40 +1,39 @@ # Created by: Dag-Erling C. Smørgrav # $FreeBSD$ PORTNAME= abuse_sdl PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= GENTOO \ http://abuse.zoy.org/raw-attachment/wiki/download/ DISTNAME= abuse-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SDL port of the Abuse game engine LICENSE= GPLv2 USES= pathfix USE_GL= gl USE_SDL= mixer sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-assetdir=${DATADIR} --enable-release -CFLAGS_aarch64= -fPIC CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Abuse-SDL" "" "abuse" \ "abuse" "Game;StrategyGame;" "" post-install: ${INSTALL_DATA} ${WRKSRC}/doc/abuse.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/games/abuse_sdl/files/patch-src-gui.cpp =================================================================== --- head/games/abuse_sdl/files/patch-src-gui.cpp (nonexistent) +++ head/games/abuse_sdl/files/patch-src-gui.cpp (revision 434087) @@ -0,0 +1,11 @@ +--- src/gui.cpp.orig 2011-05-06 09:46:43 UTC ++++ src/gui.cpp +@@ -117,7 +117,7 @@ void ico_button::draw(int active, image + + } + +-extern long S_BUTTON_PRESS_SND; ++extern int S_BUTTON_PRESS_SND; + extern int sfx_volume; + + void ico_button::handle_event(event &ev, image *screen, InputManager *im) Property changes on: head/games/abuse_sdl/files/patch-src-gui.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property