Honour CFLAGS; noted by and OK naddy@

This commit is contained in:
okan 2017-03-06 14:40:33 +00:00
parent 97a592a01a
commit 750a34453d
2 changed files with 14 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.25 2017/03/04 16:45:17 jca Exp $
# $OpenBSD: Makefile,v 1.26 2017/03/06 14:40:33 okan Exp $
COMMENT= curses calendar front-end to remind
DISTNAME= wyrd-1.4.6
REVISION= 0
CATEGORIES= productivity
HOMEPAGE= http://pessimization.com/software/wyrd/

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-curses_Makefile_in,v 1.1 2017/03/06 14:40:33 okan Exp $
--- curses/Makefile.in.orig Sat Feb 2 22:40:48 2013
+++ curses/Makefile.in Wed Mar 1 09:57:11 2017
@@ -10,7 +10,7 @@ RESULT = curses
SOURCES = ml_curses.c keys.ml curses.mli curses.ml
CC = @CC@
-CFLAGS = -g -Wall $(DEFS)
+CFLAGS += $(DEFS)
LDFLAGS = @LDFLAGS@
RANLIB = @RANLIB@
LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so)