freebsd-ports/misc/gkrellmfmonitor/files/patch-aa
Oliver Braun c8e680d3d5 Add gkrellmfmonitor 0.3, gKrellM FMonitor plugin.
PR:		ports/42549
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2002-09-08 12:59:05 +00:00

21 lines
509 B
Text

--- Makefile.orig Sun Sep 8 14:16:15 2002
+++ Makefile Sun Sep 8 14:16:40 2002
@@ -1,7 +1,7 @@
# Sample Makefile for a GKrellM plugin
-GTK_INCLUDE = `gtk-config --cflags`
-GTK_LIB = `gtk-config --libs`
+GTK_INCLUDE = `gtk12-config --cflags`
+GTK_LIB = `gtk12-config --libs`
IMLIB_INCLUDE = `imlib-config --cflags-gdk`
IMLIB_LIB = `imlib-config --libs-gdk`
@@ -18,6 +18,8 @@
OBJS = fmonitor.o
SOBJ = fmonitor.so
+
+all: fmonitor.so
$(SOBJ): $(OBJS)
$(CC) $(OBJS) -o $(SOBJ) $(LFLAGS) $(LIBS)