5e03702f33
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/
19 lines
454 B
Plaintext
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
|
|
|