From 37b062ed62665ace31e4373b458cc75681213764 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 5 Mar 2001 12:17:08 +0000 Subject: Attempt to fix conflicts with a local getopt.h (specifically, the fix is for libgnugetopt's getopt.h). Not tested, but should work. --- games/kdegames3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/kdegames3') diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index 5060b46e15fd..8a6ecc508c1a 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \ --with-extra-libs=${LOCALBASE}/lib CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \ LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" \ - CPPFLAGS="-I${LOCALBASE}/include" + CPPFLAGS="-I${LOCALBASE}/include -D_GETOPT_H" USE_GMAKE= yes .include -- cgit