diff options
author | alex <alex@FreeBSD.org> | 2000-07-14 17:51:12 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-14 17:51:12 +0800 |
commit | f1c16369a080359e547067cc2de49ddee22dbecb (patch) | |
tree | 50e6cb98b2fb1bf85103bf2ac3ebdf45057b170a /games/CaribbeanStud | |
parent | c3fe3826ebefae7f7f260e2d5a2d96389d8b84cf (diff) | |
download | freebsd-ports-gnome-f1c16369a080359e547067cc2de49ddee22dbecb.tar.gz freebsd-ports-gnome-f1c16369a080359e547067cc2de49ddee22dbecb.tar.zst freebsd-ports-gnome-f1c16369a080359e547067cc2de49ddee22dbecb.zip |
Add -pedantic.
Unbreaks build --> Remove BROKEN.
Noticed by: bento
Diffstat (limited to 'games/CaribbeanStud')
-rw-r--r-- | games/CaribbeanStud/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/CaribbeanStud/Makefile b/games/CaribbeanStud/Makefile index a773d0c70219..48e2bfbe5f7a 100644 --- a/games/CaribbeanStud/Makefile +++ b/games/CaribbeanStud/Makefile @@ -17,8 +17,7 @@ MAINTAINER= ports@FreeBSD.org MAKEFILE= Xmakefile REQUIRES_MOTIF= yes USE_X_PREFIX= yes - -BROKEN= "Bad C++" +CFLAGS= -pedantic do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/CaribbeanStud ${PREFIX}/bin |