diff options
Diffstat (limited to 'emulators/xsystem35/files/patch-af')
-rw-r--r-- | emulators/xsystem35/files/patch-af | 10 |
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) |