From baf470f2da3ae5b63170169ad8efbd61b6fc65f2 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 28 Sep 2003 11:49:27 +0000 Subject: [patch] Unbreak port: games/CaribbeanStud Port build now with both gcc 2.95.4 and 3.3.1. It also respects CFLAGS, which it didn't before. PR: ports/55733 Submitted by: Simon Barner --- games/CaribbeanStud/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/CaribbeanStud/Makefile') diff --git a/games/CaribbeanStud/Makefile b/games/CaribbeanStud/Makefile index e6ad35ab7e24..6be58856435d 100644 --- a/games/CaribbeanStud/Makefile +++ b/games/CaribbeanStud/Makefile @@ -18,7 +18,7 @@ COMMENT= Caribbean Stud gambling game for X Window System MAKEFILE= Xmakefile USE_MOTIF= yes USE_X_PREFIX= yes -CFLAGS= -pedantic +CFLAGS+= -Wno-deprecated do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/CaribbeanStud ${PREFIX}/bin -- cgit v1.2.3