3de901e43e
Collection, from pkgsrc-wip. GKrellMLaunch plugin which allows one-click access to frequently used applications from GKrellM. Offering customisable buttons, GKrellMLaunch allows you to quickly launch a shell, Mozilla etc. with a simple click - all from GKrellM. - Unused buttons can be hidden to save screen space. - Button labels can be different from command.
22 lines
558 B
Text
22 lines
558 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/02/25 00:51:23 cube Exp $
|
|
|
|
--- Makefile.orig 2002-09-26 15:56:06.000000000 +0200
|
|
+++ Makefile
|
|
@@ -4,13 +4,14 @@ GTK_INCLUDE = `pkg-config gtk+-2.0 --cfl
|
|
GTK_LIB = `pkg-config gtk+-2.0 --libs`
|
|
|
|
|
|
-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) -g
|
|
+CPPFLAGS += -I$(BUILDLINK_DIR)/include
|
|
+CFLAGS += -Wall -fPIC $(GTK_INCLUDE)
|
|
#LIBS = $(GTK_LIB) $(IMLIB_LIB) -lefence
|
|
-LIBS = $(GTK_LIB) $(IMLIB_LIB)
|
|
+LIBS = $(GTK_LIB)
|
|
|
|
LFLAGS = -shared -W1
|
|
|
|
-CC = gcc $(CFLAGS) $(FLAGS)
|
|
+#CC = gcc $(CFLAGS) $(FLAGS)
|
|
|
|
OBJS = gkrellmlaunch.o
|
|
|