jcs c3571cbf2f a formal 1.1 release was rolled, update to that
take maintainer since i am the author anyway
2014-05-31 14:55:08 +00:00

14 lines
384 B
Plaintext

$OpenBSD: patch-Makefile,v 1.3 2014/05/31 14:55:08 jcs Exp $
--- Makefile.orig Wed May 28 10:54:27 2014
+++ Makefile Wed May 28 11:01:43 2014
@@ -3,7 +3,8 @@
VERS := 1.1
CC = cc
-CFLAGS = -O2 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes
+CFLAGS ?= -O2 -Wall
+CFLAGS += -Wunused -Wmissing-prototypes -Wstrict-prototypes
#CFLAGS += -g
INCLUDES = -I/usr/X11R6/include