ports/84848: new port: finance/ccard - A command line offline credit card validator/analyzer
Emanuel Haupt
ehaupt at critical.ch
Fri Aug 12 19:50:11 UTC 2005
The following reply was made to PR ports/84848; it has been noted by GNATS.
From: Emanuel Haupt <ehaupt at critical.ch>
To: bug-followup at FreeBSD.org, ehaupt at 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 ---
More information about the freebsd-ports-bugs
mailing list