sthen 2e774c5dd2 - get rid of imake and remove BROKEN lines (which were only there due to
makedepend problems which is no longer run)

- get rid of useless VERSION variable that's only referenced once in
the port Makefile

no functional change but due to imake removal I've bumped REVISION.
2014-03-25 17:52:18 +00:00

14 lines
375 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1 2014/03/25 17:52:18 sthen Exp $
--- Makefile.orig Mon Mar 27 21:38:37 2006
+++ Makefile Tue Mar 25 17:41:56 2014
@@ -4,7 +4,8 @@ PNG = yes
CC = gcc
-CFLAGS = -O2 -g -Wall `pkg-config gtk+-2.0 --cflags`
+myCFLAGS ?= -O2 -g
+CFLAGS = ${myCFLAGS} -Wall `pkg-config gtk+-2.0 --cflags`
LD = $(CC)
LDFLAGS = `pkg-config gtk+-2.0 --libs` -lm