freebsd-ports/deskutils/gkrellm-reminder2/files/patch-Makefile
Pav Lucistnik 9753f8d80e Add gkrellm-reminder2, a GKrellM 2.x plugin for reminding you of important
events.

PR:		ports/66026
Submitted by:	Tobias Roth <ports@fsck.ch>
2004-05-21 21:57:28 +00:00

19 lines
404 B
Text

--- Makefile.orig Tue Apr 27 12:45:04 2004
+++ Makefile Tue Apr 27 12:48:01 2004
@@ -1,13 +1,13 @@
GTK_INCLUDE = `pkg-config gtk+-2.0 --cflags`
GTK_LIB = `pkg-config gtk+-2.0 --libs`
-CFLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) -I/usr/pkg/include
+CFLAGS += -Wall -fPIC $(GTK_INCLUDE)
LIBS = $(GTK_LIB)
-LFLAGS = -shared -L/usr/pkg/lib
+LFLAGS = -shared
-CC = gcc
+CC ?= gcc
all: reminder.so