14 lines
384 B
Plaintext
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
|
|
|