summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-01 08:20:49 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-01 08:20:49 +0000
commit4532ea6305a82f1da9c85ac8f35a5ce4ac4f33ba (patch)
tree6f62cede4b5d4ff43dac39b8213e281518599138 /x11-themes
parentMini typo fix. (diff)
gtk12-config --> ${X11BASE}/bin/gtk12-config
Notes
Notes: svn path=/head/; revision=29034
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/xenophilia/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/xenophilia/files/patch-aa b/x11-themes/xenophilia/files/patch-aa
index dbef888eceb9..e5baf886482a 100644
--- a/x11-themes/xenophilia/files/patch-aa
+++ b/x11-themes/xenophilia/files/patch-aa
@@ -1,5 +1,5 @@
--- Makefile.orig Fri Mar 10 20:37:18 2000
-+++ Makefile Thu Jun 1 10:48:07 2000
++++ Makefile Thu Jun 1 11:18:35 2000
@@ -4,12 +4,12 @@
# Edit the entries below for your system:
# In most cases you don't have to
@@ -7,14 +7,14 @@
-PREFIX = `gtk-config --prefix`
-FONTDIR = /usr/lib/X11/fonts/misc
+#PREFIX = `gtk-config --prefix`
-+FONTDIR = ${X11BASE}/lib/X11/fonts/misc
++FONTDIR = $(X11BASE)/lib/X11/fonts/misc
-CC = gcc
-CFLAGS = `gtk-config --cflags`
-LIBS = `gtk-config --libs`
+CC ?= gcc
-+CFLAGS += `gtk12-config --cflags` -fPIC -DPIC
-+LIBS += `gtk12-config --libs`
++CFLAGS += `$(X11BASE)/bin/gtk12-config --cflags` -fPIC -DPIC
++LIBS += `$(X11BASE)/bin/gtk12-config --libs`
#Use these for FreeBSD:
#PREFIX = `gtk12-config --prefix`