diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-30 11:21:48 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-30 11:21:48 +0800 |
commit | 78528de43298daf57dd78edf92bdf16d3f5c2bbb (patch) | |
tree | 7e4858a66869a1f04f72f771d443782a53b64ddf /x11/libgnome/files/patch-libgnome::Makefile.in | |
parent | e86de175775ca952cf8d092ad3c8216e3fd74dbd (diff) | |
download | marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.gz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.bz2 marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.lz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.xz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.zst marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.zip |
Get rid of X11BASE and replace a few to LOCALBASE. I only touch these ports
that are maintaining by gnome@, ports@ and my team ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8939 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnome/files/patch-libgnome::Makefile.in')
-rw-r--r-- | x11/libgnome/files/patch-libgnome::Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/libgnome/files/patch-libgnome::Makefile.in b/x11/libgnome/files/patch-libgnome::Makefile.in index 5a240a06a..efac650ba 100644 --- a/x11/libgnome/files/patch-libgnome::Makefile.in +++ b/x11/libgnome/files/patch-libgnome::Makefile.in @@ -1,12 +1,11 @@ ---- libgnome/Makefile.in.orig Mon May 31 16:33:14 2004 -+++ libgnome/Makefile.in Mon May 31 16:33:45 2004 -@@ -211,6 +211,9 @@ +--- libgnome/Makefile.in.orig Tue May 29 22:16:13 2007 ++++ libgnome/Makefile.in Tue May 29 22:16:58 2007 +@@ -280,6 +280,8 @@ + LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome - INCLUDES = \ + -DPREFIX=\""$(PREFIX)"\" \ + -DLOCALBASE=\""$(LOCALBASE)"\" \ -+ -DX11BASE=\""$(X11BASE)"\" \ -I.. \ -I$(srcdir)/.. \ $(WARN_CFLAGS) \ |