Index: games/eboard/Makefile =================================================================== --- games/eboard/Makefile (revision 568611) +++ games/eboard/Makefile (working copy) @@ -36,9 +36,7 @@ INSTALL_TARGET= install install-man -OPTIONS_DEFINE= JOYSTICK DOCS -JOYSTICK_DESC= Enable joystick support -JOYSTICK_BUILD_DEPENDS= ${LOCALBASE}/include/linux/joystick.h:devel/evdev-proto +OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="eboard" \ "Play chess" \ @@ -59,12 +57,6 @@ @${REINPLACE_CMD} -e 's,g++,${CXX},' -e 's|-O6|${CXXFLAGS}|' \ ${WRKSRC}/configure -.if empty(PORT_OPTIONS:MJOYSTICK) -post-configure: - @${REINPLACE_CMD} -e '/^#define HAVE_LINUX_JOYSTICK_H 1/ d' \ - ${WRKSRC}/config.h -.endif - pre-install: @${MKDIR} ${STAGEDIR}${DATADIR} Index: games/eboard/files/patch-sound.cc =================================================================== --- games/eboard/files/patch-sound.cc (nonexistent) +++ games/eboard/files/patch-sound.cc (working copy) @@ -0,0 +1,11 @@ +--- sound.cc.orig 2018-07-31 18:02:19 UTC ++++ sound.cc +@@ -38,7 +38,7 @@ + #include + #include + #include +-#include ++#include + + #include "sound.h" + #include "global.h" Property changes on: games/eboard/files/patch-sound.cc ___________________________________________________________________ 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