openbsd-ports/lang/brandy/patches/patch-makefile
fcambus 08983bff73 Build both console and SDL versions.
OK juanfra@ (previous version), sthen@
2017-03-27 09:59:58 +00:00

13 lines
314 B
Plaintext

$OpenBSD: patch-makefile,v 1.1 2017/03/27 09:59:58 fcambus Exp $
--- makefile.orig Sat Mar 18 21:34:08 2017
+++ makefile Sat Mar 18 21:35:05 2017
@@ -3,7 +3,7 @@
CC = gcc
LD = gcc
-CFLAGS += -g -DDEBUG -I/usr/include/SDL -DUSE_SDL
+CFLAGS += -DUSE_SDL
CFLAGS2 = -O2 -I/usr/include/SDL -DUSE_SDL
LDFLAGS +=