summaryrefslogtreecommitdiff
path: root/x11/finder/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11/finder/files/patch-ad')
-rw-r--r--x11/finder/files/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/finder/files/patch-ad b/x11/finder/files/patch-ad
new file mode 100644
index 000000000000..3dbd9140d753
--- /dev/null
+++ b/x11/finder/files/patch-ad
@@ -0,0 +1,13 @@
+--- AboutDialog/Makefile 2000/09/04 13:19:20 1.1
++++ AboutDialog/Makefile 2000/09/04 13:19:53
+@@ -1,8 +1,8 @@
+-INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I.
++INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(X11BASE)/bin/gtk12-config --cflags` -I.
+
+ OBJS=about-dialog.o
+
+-CC=gcc
++CC?=gcc
+ CFLAGS+=$(INCLUDEFLAGS)
+
+ default: $(OBJS)