freebsd-ports/misc/gkrellshoot2/files/patch-Makefile
Edwin Groothuis 309b4a8bd4 New Port: misc/gkrellshoot2
New port: gkrellshoot2, a screen lock and capture plugin
	for gkrellm 2

PR:		ports/47622
Submitted by:	Andrew Stuart <elitetek@tekrealm.net>
2003-10-10 04:11:49 +00:00

17 lines
387 B
Text

--- Makefile.orig Thu Jan 30 21:20:26 2003
+++ Makefile Thu Jan 30 21:23:35 2003
@@ -1,11 +1,12 @@
GTK_INCLUDE = `pkg-config gtk+-2.0 --cflags`
GTK_LIB = `pkg-config gtk+-2.0 --libs`
-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE)
+CFLAGS = -fPIC $(GTK_INCLUDE)
LIBS = $(GTK_LIB)
LFLAGS = -shared
-CC = gcc $(CFLAGS) $(FLAGS)
+CC?= gcc
+CC+= ${CFLAGS}
OBJS = gkrellshoot.o