aboutsummaryrefslogtreecommitdiff
path: root/misc/gkrellscore/files
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-27 17:48:39 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-27 17:48:39 +0000
commitd2ca7a49df2b8a7c0ec9ba3c10b7c9a28394d06b (patch)
tree68c1a564a8876e9f11a9a1d7a0fcc8e9bb9618a8 /misc/gkrellscore/files
parentde8a30b7f520eeec1bb1e72decacd52431c9ffd6 (diff)
downloadports-d2ca7a49df2b8a7c0ec9ba3c10b7c9a28394d06b.tar.gz
ports-d2ca7a49df2b8a7c0ec9ba3c10b7c9a28394d06b.zip
Notes
Diffstat (limited to 'misc/gkrellscore/files')
-rw-r--r--misc/gkrellscore/files/patch-Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/gkrellscore/files/patch-Makefile b/misc/gkrellscore/files/patch-Makefile
new file mode 100644
index 000000000000..58848810074e
--- /dev/null
+++ b/misc/gkrellscore/files/patch-Makefile
@@ -0,0 +1,16 @@
+--- Makefile.orig Wed Jul 25 22:10:15 2001
++++ Makefile Mon Aug 27 14:16:26 2001
+@@ -12,10 +12,9 @@
+ # for aiding packaging
+ DESTDIR =
+
+-CC := gcc
+-GTKFLAGS := $(shell gtk-config --cflags)
+-IMLIBFLAGS := $(shell imlib-config --cflags-gdk)
+-CFLAGS := $(CFLAGS) -fPIC -Wall $(GTKFLAGS) $(IMLIBFLAGS)
++GTKFLAGS = `${GTK_CONFIG} --cflags`
++IMLIBFLAGS = `${IMLIB_CONFIG} --cflags-gdk`
++CFLAGS += -fPIC -Wall $(GTKFLAGS) $(IMLIBFLAGS)
+ LDFLAGS := -shared -Wl
+ INST_DIR := $(DESTDIR)/usr/lib/gkrellm/plugins
+ .PHONY: clean install