From 9485690a76f7d69a71ebc0298f8bcb55e5ef1f3c Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Tue, 14 Aug 2001 20:12:45 +0000 Subject: - Update to Alpha9 (because, since updating cdrecord, Alpha8 would not compile) - Enable non-root mode - Update maintainer email Submitted by: maintainer --- sysutils/xcdroast/files/patch-Makefile | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) (limited to 'sysutils/xcdroast/files') diff --git a/sysutils/xcdroast/files/patch-Makefile b/sysutils/xcdroast/files/patch-Makefile index d352a4a1826a..44d7b687ec34 100644 --- a/sysutils/xcdroast/files/patch-Makefile +++ b/sysutils/xcdroast/files/patch-Makefile @@ -1,26 +1,11 @@ ---- Makefile.orig Sun Nov 26 15:03:56 2000 -+++ Makefile Tue Jan 16 18:02:52 2001 -@@ -5,7 +5,7 @@ - +--- Makefile.orig Tue Aug 14 01:01:08 2001 ++++ Makefile Tue Aug 14 01:01:32 2001 +@@ -6,7 +6,7 @@ # Installation prefix directory: --PREFIX=/usr -+PREFIX?=/usr/X11R6 - #PREFIX=/usr/local + #PREFIX=/usr +-PREFIX=/usr/local ++PREFIX=%%PREFIX%% PRE_LIBDIR=$(PREFIX)/lib/xcdroast-0.98 -@@ -13,10 +13,10 @@ - - #--- - --CFLAGS=-Wall `gtk-config --cflags` `imlib-config --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" --LIBS=`gtk-config --libs` `imlib-config --libs` -lgdk_imlib --TOOLLIBS=`gtk-config --libs` --CC=gcc -+CFLAGS+=-Wall `${GTK_CONFIG} --cflags` `imlib-config --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -+LIBS=`${GTK_CONFIG} --libs` `imlib-config --libs` -lgdk_imlib -+TOOLLIBS=`${GTK_CONFIG} --libs` -+CC?=gcc - - OBJ = main.o language.o init.o tools.o xtools.o menus.o setup.o io.o duplicate.o wav_frontend.o wav_id.o create.o - + # put here the prefix where you want xcdroast to look for -- cgit v1.2.3