diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-01 08:20:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-01 08:20:49 +0000 |
commit | 4532ea6305a82f1da9c85ac8f35a5ce4ac4f33ba (patch) | |
tree | 6f62cede4b5d4ff43dac39b8213e281518599138 /x11-toolkits/xenophilia | |
parent | b30a8cadf998273aa9b14ce2af2077d0ab6c0684 (diff) | |
download | ports-4532ea6305a82f1da9c85ac8f35a5ce4ac4f33ba.tar.gz ports-4532ea6305a82f1da9c85ac8f35a5ce4ac4f33ba.zip |
gtk12-config --> ${X11BASE}/bin/gtk12-config
Notes
Notes:
svn path=/head/; revision=29034
Diffstat (limited to 'x11-toolkits/xenophilia')
-rw-r--r-- | x11-toolkits/xenophilia/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/xenophilia/files/patch-aa b/x11-toolkits/xenophilia/files/patch-aa index dbef888eceb9..e5baf886482a 100644 --- a/x11-toolkits/xenophilia/files/patch-aa +++ b/x11-toolkits/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` |