aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xcdroast
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2001-08-21 01:05:10 +0800
committeralex <alex@FreeBSD.org>2001-08-21 01:05:10 +0800
commit79300fa94ae758b80aab702d29eebfd7830a482c (patch)
tree908615090b7ba4b894197719a62a049ecd2aeed9 /sysutils/xcdroast
parentb4310f3259e7eb68a6f86adaa556a661520aec17 (diff)
downloadfreebsd-ports-gnome-79300fa94ae758b80aab702d29eebfd7830a482c.tar.gz
freebsd-ports-gnome-79300fa94ae758b80aab702d29eebfd7830a482c.tar.zst
freebsd-ports-gnome-79300fa94ae758b80aab702d29eebfd7830a482c.zip
Better handling for gtk-config. This is still not perfect.
Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (MAINTAINER)
Diffstat (limited to 'sysutils/xcdroast')
-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