diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-05-14 04:19:31 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-05-14 04:19:31 +0800 |
commit | 9fb138c008acac2055a75ed16e2e2aaf3170fd9a (patch) | |
tree | 38ecc80f973557bc074490c232e666a84f08bb54 /games | |
parent | 1279e157f39ded5a0af19456ad308c6505a02b81 (diff) | |
download | freebsd-ports-gnome-9fb138c008acac2055a75ed16e2e2aaf3170fd9a.tar.gz freebsd-ports-gnome-9fb138c008acac2055a75ed16e2e2aaf3170fd9a.tar.zst freebsd-ports-gnome-9fb138c008acac2055a75ed16e2e2aaf3170fd9a.zip |
- Remove CFLAGS+
Diffstat (limited to 'games')
-rw-r--r-- | games/help_hannahs_horse/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/help_hannahs_horse/Makefile b/games/help_hannahs_horse/Makefile index 1126e47cc376..7baba4d22faa 100644 --- a/games/help_hannahs_horse/Makefile +++ b/games/help_hannahs_horse/Makefile @@ -21,8 +21,6 @@ WRKSRC= ${WRKDIR}/hhh-2008-03-29 USES= gmake USE_SDL= sdl image mixer ttf ALL_TARGET= # empty -CFLAGS+= -Wno-tautological-compare -Wno-deprecated-writable-strings \ - -Wno-self-assign-field PORTDOCS= CHANGELOG README OPTIONS_DEFINE= DOCS |