aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-07-04 01:56:07 +0800
committerlioux <lioux@FreeBSD.org>2001-07-04 01:56:07 +0800
commit8b7ed168f23f73ff6f0fc4380ffed184f889af68 (patch)
treeeb7a0f082c53b529e378ef209645b6c87d47cd98 /net
parentc0221c77981fcc9b1e2820ec0015d88262bbdcb3 (diff)
downloadfreebsd-ports-gnome-8b7ed168f23f73ff6f0fc4380ffed184f889af68.tar.gz
freebsd-ports-gnome-8b7ed168f23f73ff6f0fc4380ffed184f889af68.tar.zst
freebsd-ports-gnome-8b7ed168f23f73ff6f0fc4380ffed184f889af68.zip
Patch to use $(IMLIB_CONFIG) instead of hard coded references
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'net')
-rw-r--r--net/gkrellmqst/files/patch-Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/gkrellmqst/files/patch-Makefile b/net/gkrellmqst/files/patch-Makefile
index d5b49b64130f..139f9a4a76d0 100644
--- a/net/gkrellmqst/files/patch-Makefile
+++ b/net/gkrellmqst/files/patch-Makefile
@@ -1,15 +1,17 @@
---- Makefile.orig Thu Jun 28 02:19:33 2001
-+++ Makefile Thu Jun 28 02:23:38 2001
+--- Makefile.orig Wed Jun 13 15:44:09 2001
++++ Makefile Tue Jul 3 01:40:53 2001
@@ -1,17 +1,16 @@
-GTK_INCLUDE = `gtk-config --cflags`
-GTK_LIB = `gtk-config --libs`
+GTK_INCLUDE = `$(GTK_CONFIG) --cflags`
+GTK_LIB = `$(GTK_CONFIG) --libs`
- IMLIB_INCLUDE = `imlib-config --cflags-gdk`
- IMLIB_LIB = `imlib-config --libs-gdk`
+-IMLIB_INCLUDE = `imlib-config --cflags-gdk`
+-IMLIB_LIB = `imlib-config --libs-gdk`
-THREAD_LIB = -lpthread
-INSTALLDIR = $(HOME)/.gkrellm/plugins
++IMLIB_INCLUDE = `$(IMLIB_CONFIG) --cflags-gdk`
++IMLIB_LIB = `$(IMLIB_CONFIG) --libs-gdk`
+INSTALLDIR = $(PREFIX)/libexec/gkrellm/plugins