diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-31 03:43:43 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-31 03:43:43 +0000 |
commit | dee51b846eb7e72d9aa8985ecdbb76b766515d0c (patch) | |
tree | 6e5f3f5e695418b70c03d772abd2cd6268c57b1e /games/maelstrom | |
parent | 89e1eec692f45170065a9e2736e61fa62785d10b (diff) |
Unbreak for -current
PR: 16444 (part of it)
Submitted by: Alexander Langer <alex@cichlids.com>
Notes
Notes:
svn path=/head/; revision=25335
Diffstat (limited to 'games/maelstrom')
-rw-r--r-- | games/maelstrom/Makefile | 1 | ||||
-rw-r--r-- | games/maelstrom/files/Makeflags | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index 025864d38ee3..cafcf5da9582 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/Maelstrom +MAKE_ENV= CFLAGS="${CFLAGS} -pedantic" CXXFLAGS="${CXXFLAGS} -pedantic" do-configure: @ ${CP} ${FILESDIR}/Makeflags ${WRKSRC} diff --git a/games/maelstrom/files/Makeflags b/games/maelstrom/files/Makeflags index 0f180f52f24e..de83567d2f66 100644 --- a/games/maelstrom/files/Makeflags +++ b/games/maelstrom/files/Makeflags @@ -23,7 +23,7 @@ SOUNDOBJS = Maelstrom_sound.o Mac_Resource.o soundres.o mixer.o shared.o myerror X11INCLUDE = -I${X11BASE}/include INCLUDES = -I$(LOGIC) $(X11INCLUDE) $(XPMINCLUDE) CFLAGS += $(INCLUDES) $(FEATURES) \ - -DSYSTEM=\"$(SYSTEM)\" -DLIBDIR=\"$(LIBDIR)\" + -pedantic -DSYSTEM=\"$(SYSTEM)\" -DLIBDIR=\"$(LIBDIR)\" EXTRALIBS = X11LINKDIR = -L${X11BASE}/lib X11LIBS = -lXpm $(XPMLINKDIR) -lX11 -lXext $(X11LINKDIR) |