diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-01 16:20:49 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-01 16:20:49 +0800 |
commit | 283c17b12812efbe8e751f0f90885cb3fa013c86 (patch) | |
tree | 997ed256648fdd43ed9c062a7282e8a792852347 /x11-themes | |
parent | 4ba6991eae88ad0ac842eb2fd5ce93381d21aa8a (diff) | |
download | freebsd-ports-gnome-283c17b12812efbe8e751f0f90885cb3fa013c86.tar.gz freebsd-ports-gnome-283c17b12812efbe8e751f0f90885cb3fa013c86.tar.zst freebsd-ports-gnome-283c17b12812efbe8e751f0f90885cb3fa013c86.zip |
gtk12-config --> ${X11BASE}/bin/gtk12-config
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/xenophilia/files/patch-aa | 8 |
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` |