diff options
author | dmcmahill <dmcmahill> | 2002-08-13 01:51:25 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-08-13 01:51:25 +0000 |
commit | 01aeb84f34f4cb587fbe9f8effbefb06ceb07bac (patch) | |
tree | cf1913578429c23e27699254d506b1c954ffc7c4 /games/fkiss/Makefile | |
parent | db586f1c05d40e823b99fd2505fcde86dfc50d60 (diff) | |
download | pkgsrc-01aeb84f34f4cb587fbe9f8effbefb06ceb07bac.tar.gz |
add some defines to CFLAGS to use stdarg.h. Fixes recently noted build
problems on alpha.
Diffstat (limited to 'games/fkiss/Makefile')
-rw-r--r-- | games/fkiss/Makefile | 3 |
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} && \ |