summaryrefslogtreecommitdiff
path: root/emulators/xsystem35/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xsystem35/files/patch-af')
-rw-r--r--emulators/xsystem35/files/patch-af14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/xsystem35/files/patch-af b/emulators/xsystem35/files/patch-af
new file mode 100644
index 000000000000..51e148112822
--- /dev/null
+++ b/emulators/xsystem35/files/patch-af
@@ -0,0 +1,14 @@
+--- Imakefile.orig Sat Jan 16 05:16:18 1999
++++ Imakefile Sat Jan 23 01:21:39 1999
+@@ -114,9 +114,9 @@
+ /*
+ * include / library / definition
+ */
+-SYS_LIBRARIES = -lm `gtk-config --libs`
++SYS_LIBRARIES = -lm `gtk11-config --libs`
+ EXTRA_LIBRARIES = $(OSDEPLIB)
+-EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC)
++EXTRA_INCLUDES = `gtk11-config --cflags` $(OSDEPINC)
+ EXTRA_DEFINES = $(OSDEPDEF)
+
+ /*