summaryrefslogtreecommitdiff
path: root/emulators/xsystem35/files/patch-af
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-12-04 23:22:10 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-12-04 23:22:10 +0000
commitd2006827a5c3b5c0643ed2e49f2cc7d8f6b43a3d (patch)
treeedf91702f497e8036c1887da79082b41c7ad87e0 /emulators/xsystem35/files/patch-af
parentUpdate to version 3.5.3 (diff)
Update to version 1.2.4
Notes
Notes: svn path=/head/; revision=23587
Diffstat (limited to 'emulators/xsystem35/files/patch-af')
-rw-r--r--emulators/xsystem35/files/patch-af10
1 files changed, 7 insertions, 3 deletions
diff --git a/emulators/xsystem35/files/patch-af b/emulators/xsystem35/files/patch-af
index 8c7f00f8ea49..b57a61abae69 100644
--- a/emulators/xsystem35/files/patch-af
+++ b/emulators/xsystem35/files/patch-af
@@ -1,12 +1,16 @@
---- Imakefile.orig Sat Jan 16 05:16:18 1999
-+++ Imakefile Sat Jan 23 01:21:39 1999
-@@ -114,9 +114,9 @@
+--- Imakefile Tue Aug 3 05:22:37 1999
++++ Imakefile Wed Oct 27 02:02:13 1999
+@@ -148,13 +148,13 @@
/*
* include / library / definition
*/
-SYS_LIBRARIES = -lm `gtk-config --libs`
+SYS_LIBRARIES = -lm `gtk12-config --libs`
+ #ifdef ENABLE_ESD
+ EXTRA_LIBRARIES = $(OSDEPLIB) -lesd
+ #else
EXTRA_LIBRARIES = $(OSDEPLIB)
+ #endif
-EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC)
+EXTRA_INCLUDES = `gtk12-config --cflags` $(OSDEPINC)
EXTRA_DEFINES = $(OSDEPDEF)