summaryrefslogtreecommitdiff
path: root/emulators/xsystem35/files/patch-af
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-01-23 18:38:32 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-01-23 18:38:32 +0000
commit7315f379b56d5c53cb24c8cbf7be8a45bd7abf93 (patch)
tree84713a811b86d329b1c62da8b7247a85a8442d90 /emulators/xsystem35/files/patch-af
parentupgrade base version to 0.92. (diff)
PR: ports/9640
Submitted by: k5@respo.or.jp update to version 1.0: the 1st release version.
Notes
Notes: svn path=/head/; revision=16279
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)
+
+ /*