diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-16 17:18:00 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-16 17:18:00 +0800 |
commit | 2807853b540257016856cd4d81ab7b31e7ee7eb0 (patch) | |
tree | 64ad7407a0fc2babec04095ebf5853f80be75a78 /x11-themes/xenostep/files | |
parent | 20edcb16f40661fe53c12b644ed811da01786e93 (diff) | |
download | freebsd-ports-gnome-2807853b540257016856cd4d81ab7b31e7ee7eb0.tar.gz freebsd-ports-gnome-2807853b540257016856cd4d81ab7b31e7ee7eb0.tar.zst freebsd-ports-gnome-2807853b540257016856cd4d81ab7b31e7ee7eb0.zip |
Fix patch-aa (I forgot to update it before committing this port).
Submitted by: bento
Diffstat (limited to 'x11-themes/xenostep/files')
-rw-r--r-- | x11-themes/xenostep/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/xenostep/files/patch-aa b/x11-themes/xenostep/files/patch-aa index 1a9a5aa18855..d391eaf3cba8 100644 --- a/x11-themes/xenostep/files/patch-aa +++ b/x11-themes/xenostep/files/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig Mon Oct 23 14:21:41 2000 -+++ Makefile Tue Nov 14 10:43:17 2000 ++++ Makefile Thu Nov 16 11:12:35 2000 @@ -4,11 +4,13 @@ # Edit the entries below for your system: # In most cases you don't have to @@ -11,8 +11,8 @@ -CFLAGS = `gtk-config --cflags` -LIBS = `gtk-config --libs` +CC ?= gcc -+_CFLAGS != `$(GTK_CONFIG) --cflags` -+_LIBS != `$(GTK_CONFIG) --libs` ++_CFLAGS != $(GTK_CONFIG) --cflags ++_LIBS != $(GTK_CONFIG) --libs +CFLAGS += $(_CFLAGS) +LIBS += $(_LIBS) |