diff options
author | yyamano <yyamano@pkgsrc.org> | 2002-03-23 17:45:50 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2002-03-23 17:45:50 +0000 |
commit | d1165ef45389bb424d8a69dbd459707839ae7615 (patch) | |
tree | c6e093c6ead776bc63befd02349891df5decdefe /comms/fidogate | |
parent | d537b0d5443cb02f2fab35c39a57ef76c1e8d374 (diff) | |
download | pkgsrc-d1165ef45389bb424d8a69dbd459707839ae7615.tar.gz |
Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.
Diffstat (limited to 'comms/fidogate')
-rw-r--r-- | comms/fidogate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index 6133acbb1df..4714bf45211 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/02/18 15:14:03 seb Exp $ +# $NetBSD: Makefile,v 1.18 2002/03/23 17:47:46 yyamano Exp $ # DISTNAME= fidogate-4.4.4 @@ -13,7 +13,7 @@ USE_BUILDLINK_ONLY= yes USE_GMAKE= yes INFO_FILES= fidogate.info -MAKE_ENV= DEBUG="${CFLAGS} -Werror" CC="${CC} ${STRIPFLAG}" +MAKE_ENV= DEBUG="${CFLAGS} -Werror" CC="${CC} ${_STRIPFLAG_CC}" post-extract: @${CP} ${WRKSRC}/examples/orodruin/fidogate.conf ${WRKSRC}/ |