aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/xsystem35/files/patch-af
blob: 51e1481128223e871ac37d0a274ecf0641ef7635 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)
 
 /*