summaryrefslogtreecommitdiff
path: root/games/fkiss
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-08-13 01:51:25 +0000
committerdmcmahill <dmcmahill>2002-08-13 01:51:25 +0000
commit01aeb84f34f4cb587fbe9f8effbefb06ceb07bac (patch)
treecf1913578429c23e27699254d506b1c954ffc7c4 /games/fkiss
parentdb586f1c05d40e823b99fd2505fcde86dfc50d60 (diff)
downloadpkgsrc-01aeb84f34f4cb587fbe9f8effbefb06ceb07bac.tar.gz
add some defines to CFLAGS to use stdarg.h. Fixes recently noted build
problems on alpha.
Diffstat (limited to 'games/fkiss')
-rw-r--r--games/fkiss/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile
index 6940688b1a1..f47ca6e7196 100644
--- a/games/fkiss/Makefile
+++ b/games/fkiss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/07/14 09:40:30 rh Exp $
+# $NetBSD: Makefile,v 1.2 2002/08/13 01:51:25 dmcmahill Exp $
#
DISTNAME= fkiss-0.32
@@ -15,6 +15,7 @@ DEPENDS+= lha-*:../../archivers/lha
USE_GMAKE= yes
GNU_CONFIGURE= yes
+CFLAGS+= -DUSE_STDARG -DHAVE_STDARG_H
pre-configure:
cd ${WRKSRC} && \