Date: Fri, 12 Aug 2005 19:50:10 GMT From: Emanuel Haupt <ehaupt@critical.ch> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/84848: new port: finance/ccard - A command line offline credit card validator/analyzer Message-ID: <200508121950.j7CJoA1A040927@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/84848; it has been noted by GNATS. From: Emanuel Haupt <ehaupt@critical.ch> To: bug-followup@FreeBSD.org, ehaupt@critical.ch Cc: Subject: Re: ports/84848: new port: finance/ccard - A command line offline credit card validator/analyzer Date: Fri, 12 Aug 2005 21:46:13 +0200 If the port is built with "make CFLAGS='-DYEAHCFLAGSARERESPECTED'" CFLAGS are respected, if defined in /etc/make.conf mysteriously not. The following patch fixes this behavior: --- Makefile.patch begins here --- --- Makefile.orig Fri Aug 12 21:37:08 2005 +++ Makefile Fri Aug 12 21:38:18 2005 @@ -15,6 +15,7 @@ COMMENT= A command line offline credit card validator/analyzer GNU_CONFIGURE= yes +MAKE_ARGS+= CFLAGS="${CFLAGS}" PLIST_FILES= bin/ccard MAN1= ccard.1 --- Makefile.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508121950.j7CJoA1A040927>