summaryrefslogtreecommitdiff
path: root/audio/xhippo/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xhippo/patches/patch-aa')
-rw-r--r--audio/xhippo/patches/patch-aa32
1 files changed, 9 insertions, 23 deletions
diff --git a/audio/xhippo/patches/patch-aa b/audio/xhippo/patches/patch-aa
index 2dcea4025fd..4a7e073d9fe 100644
--- a/audio/xhippo/patches/patch-aa
+++ b/audio/xhippo/patches/patch-aa
@@ -1,25 +1,11 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/02/04 00:06:38 hubertf Exp $
-
---- Makefile.orig Sat Jan 9 19:04:10 1999
-+++ Makefile Tue Jan 19 03:59:18 1999
-@@ -1,10 +1,10 @@
- # Makefile for xhippo
+--- Makefile.BAK Sat Feb 27 21:25:27 1999
++++ Makefile Sat Feb 27 21:25:32 1999
+@@ -3,7 +3,7 @@
+ # Prefix for installation. /usr/local is probably a reasonable choice
+ # on most systems; you may prefer to make this your home directory if
+ # you do not have root access on the system you're using.
+-PREFIX=/usr/local
++PREFIX?=/usr/local
- # Where binaries are installed to.
--BINDEST=/usr/local/bin
-+BINDEST=${PREFIX}/bin
+ #---
- # Where the config file is installed to.
--ETCDEST=/usr/local/etc
-+ETCDEST=${PREFIX}/etc
-
- CC=gcc
- CFLAGS=-Wall `gtk-config --cflags`
-@@ -18,6 +18,7 @@
- $(CC) -o xhippo `gtk-config --libs` $(OBJECTS)
-
- xhippo.o: xhippo.c xhippo.h
-+ ${CC} ${CFLAGS} -c xhippo.c -DSYSTEMXHIPPOCONFIG=\"${PREFIX}/etc/xhippo.config\"
-
- clean:
- rm -f *~ $(OBJECTS) xhippo xhippo.tar.gz