openbsd-ports/mail/pgpsendmail/patches/patch-lib_Makefile
merdely 047e56855a Make pgpsendmail respect CC & CFLAGS (fixes build on alpha)
Don't hardcode /usr/local in patch-*

help and ok naddy@
2008-01-24 18:31:24 +00:00

16 lines
366 B
Plaintext

$OpenBSD: patch-lib_Makefile,v 1.1 2008/01/24 18:31:25 merdely Exp $
--- lib/Makefile.orig Wed Oct 8 22:53:19 1997
+++ lib/Makefile Wed Jan 23 23:08:37 2008
@@ -1,8 +1,8 @@
DEFINES =
-CC = cc
-COPTIMISE = -O
-CFLAGS = $(DEFINES) -I../include $(COPTIMISE)
+CC ?= cc
+#COPTIMISE = -O
+CFLAGS += $(DEFINES) -I../include $(COPTIMISE)
TARGETS = libpgpsendmail.a