openbsd-ports/misc/gkrellm-reminder/patches/patch-Makefile
jcs 5e03702f33 Import of gkrellm-reminder-0.2.5:
gkrellm-reminder is a plugin for gkrellm that can remind you of
important events.  Events can be scheduled inside gkrellm's
configuration and will be displayed in gkrellm-reminder's panel.

WWW: http://www.engr.orst.edu/~simonsen/reminder/
2001-09-15 08:41:00 +00:00

19 lines
454 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2001/09/15 08:41:00 jcs Exp $
--- Makefile.orig Mon Sep 10 21:06:50 2001
+++ Makefile Mon Sep 10 21:07:29 2001
@@ -4,12 +4,12 @@
IMLIB_INCLUDE = `imlib-config --cflags-gdk`
IMLIB_LIB = `imlib-config --libs-gdk`
-CFLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE)
+CFLAGS += -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE)
LIBS = $(GTK_LIB) $(IMLIB_LIB)
LFLAGS = -shared
-CC = gcc
+#CC = gcc
all: reminder.so