openbsd-ports/security/zkt/patches/patch-Makefile
ajacoutot f324b6959c - respect CC and CFLAGS
- remove quotes from COMMENT
- add NO_REGRESS

"ack!" jakob@ (maintainer)
2008-01-09 14:57:31 +00:00

17 lines
353 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1 2008/01/09 14:57:31 ajacoutot Exp $
--- Makefile.orig Thu Dec 6 23:30:55 2007
+++ Makefile Wed Jan 9 15:41:12 2008
@@ -6,12 +6,9 @@
INSTALL_DIR = $$HOME/bin
-CC = gcc
-
PROFILE = # -pg
OPTIM = # -O3 -DNDEBUG
-CFLAGS = #-DDBG
CFLAGS += -Wmissing-prototypes
CFLAGS += $(PROFILE) $(OPTIM)
LDFLAGS += $(PROFILE)