aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-themes/xenostep/files/patch-aa6
-rw-r--r--x11-toolkits/xenostep/files/patch-aa6
2 files changed, 6 insertions, 6 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)
diff --git a/x11-toolkits/xenostep/files/patch-aa b/x11-toolkits/xenostep/files/patch-aa
index 1a9a5aa18855..d391eaf3cba8 100644
--- a/x11-toolkits/xenostep/files/patch-aa
+++ b/x11-toolkits/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)