[nethack] 23/31: Disable tparm forward declaration

James Cowgill jcowgill-guest at moszumanska.debian.org
Mon Mar 7 17:54:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to branch master
in repository nethack.

commit 332cbcfa6fb7a489e4bc379b3abf72337e58298e
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Sat Mar 5 19:03:09 2016 +0000

    Disable tparm forward declaration
    
    Causes FTBFS on kFreeBSD.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4db9b76..18f4b05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ DEB_LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 # upstream Makefile only has CFLAGS (missing CPPFLAGS)
 # and does not give CFLAGS to linking calls, so add them.
 # also needs some stuff so the Makefile can be overriden:
-CFLAGS = $(DEB_CPPFLAGS) $(DEB_CFLAGS) -I../include -Wall -DGCC_WARN
+CFLAGS = $(DEB_CPPFLAGS) $(DEB_CFLAGS) -I../include -Wall -DGCC_WARN -DNOTPARMDECL
 LFLAGS = $(DEB_CFLAGS) $(DEB_LDFLAGS)
 
 override_dh_auto_build: Makefile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nethack.git



More information about the Pkg-games-commits mailing list