From ca17ffafe1db767e1adb83218dea8f5ccf27b3c8 Mon Sep 17 00:00:00 2001 From: dinoex Date: Mon, 5 May 2008 14:38:25 +0000 Subject: - fix build for option WITH_GNUSTEP_DEVEL --- games/nextgo/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'games/nextgo') diff --git a/games/nextgo/Makefile b/games/nextgo/Makefile index 80bb8102d216..3d0443932d02 100644 --- a/games/nextgo/Makefile +++ b/games/nextgo/Makefile @@ -24,5 +24,7 @@ USE_GNUSTEP_INSTALL= yes post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile + ${REINPLACE_CMD} -e 's|PSWait|myPSWait|' \ + ${WRKSRC}/Board.m .include -- cgit