diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-05 12:17:08 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-05 12:17:08 +0000 |
commit | 34849535bebfc5c5d005eca7cd0f98a370f72b8f (patch) | |
tree | e128e75ec713570fee1d10d4741e8f3ee842bcd9 /games/kdegames3 | |
parent | New port: kdeadmin. (diff) |
Attempt to fix conflicts with a local getopt.h (specifically, the fix is
for libgnugetopt's getopt.h). Not tested, but should work.
Notes
Notes:
svn path=/head/; revision=39086
Diffstat (limited to 'games/kdegames3')
-rw-r--r-- | games/kdegames3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk> |