summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-08-20 17:05:10 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-08-20 17:05:10 +0000
commit01f0b6c7bcadd9f060b33d634fb15914c902e683 (patch)
tree763d34dc17c6b5db38cb05c1069e2a763ce04d21 /sysutils
parentAdded ONLY_FOR_ARCHS = i386 to Makefile and removed an unnecessary (diff)
Better handling for gtk-config. This is still not perfect.
Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (MAINTAINER)
Notes
Notes: svn path=/head/; revision=46556
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xcdroast/files/patch-Makefile18
1 files changed, 16 insertions, 2 deletions
diff --git a/sysutils/xcdroast/files/patch-Makefile b/sysutils/xcdroast/files/patch-Makefile
index 44d7b687ec34..8b745c967a72 100644
--- a/sysutils/xcdroast/files/patch-Makefile
+++ b/sysutils/xcdroast/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Tue Aug 14 01:01:08 2001
-+++ Makefile Tue Aug 14 01:01:32 2001
+--- Makefile.orig Tue Jul 17 23:46:26 2001
++++ Makefile Sat Aug 18 20:15:52 2001
@@ -6,7 +6,7 @@
# Installation prefix directory:
@@ -9,3 +9,17 @@
PRE_LIBDIR=$(PREFIX)/lib/xcdroast-0.98
# put here the prefix where you want xcdroast to look for
+@@ -23,10 +23,10 @@
+
+ #---
+
+-CFLAGS=-Wall `gtk-config --cflags` `imlib-config --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\""
++CFLAGS=-Wall `gtk12-config --cflags` `imlib-config --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\""
+ CFLAGS2=-Wall `glib-config --cflags --libs` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\""
+-LIBS=`gtk-config --libs` `imlib-config --libs` -lgdk_imlib
+-TOOLLIBS=`gtk-config --libs`
++LIBS=`gtk12-config --libs` `imlib-config --libs` -lgdk_imlib
++TOOLLIBS=`gtk12-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