aboutsummaryrefslogtreecommitdiff
path: root/misc/snowflake/files
diff options
context:
space:
mode:
Diffstat (limited to 'misc/snowflake/files')
-rw-r--r--misc/snowflake/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/snowflake/files/patch-aa b/misc/snowflake/files/patch-aa
new file mode 100644
index 000000000000..b4efd2399577
--- /dev/null
+++ b/misc/snowflake/files/patch-aa
@@ -0,0 +1,19 @@
+--- Makefile.orig Sat Jan 29 20:20:01 2000
++++ Makefile Sat Jan 29 20:20:18 2000
+@@ -11,10 +11,10 @@
+ all: snowflake
+
+ .c.o:
+- $(CC) `gtk-config --cflags` -c $*.c -o $*.o
++ $(CC) `gtk12-config --cflags` -c $*.c -o $*.o
+
+ snowflake: $(OBJS)
+- $(CC) `gtk-config --libs` $(OBJS) -o $@
++ $(CC) `gtk12-config --libs` $(OBJS) -o $@
+
+ getopt: getopt.c
+ $(CC) -DTEST_LONG_OPTIONS $< -o $@
+@@ -26,4 +26,4 @@
+ sf_control.o: $(HDRS)
+ sf_generate.o: $(HDRS)
+ sf_view.o: $(HDRS) $(INCS)