KeyLaunch is a small utility for binding commands to a hot key It's nice - now I simply press alt+p and xterm launches.
18 lines
467 B
Text
18 lines
467 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/11/25 09:40:08 zuntum Exp $
|
|
|
|
--- Makefile.orig Tue May 22 00:23:17 2001
|
|
+++ Makefile
|
|
@@ -1,12 +1,8 @@
|
|
-CC = gcc
|
|
-CFLAGS = -g -O2 -Wall
|
|
-XROOT = /usr/X11
|
|
-INCLUDES = -I$(XROOT)/include
|
|
+XROOT = $(X11BASE)
|
|
LIBS = -lX11
|
|
-LDPATH = -L$(XROOT)/lib
|
|
+LDPATH = -L$(X11BASE)/lib -Wl,-R$(X11BASE)/lib
|
|
|
|
PROG = keylaunch
|
|
-PREFIX = /usr
|
|
RCFILE = .$(PROG)rc
|
|
DEFINES = -DRCFILE=\"$(RCFILE)\" #-DDEBUG
|