aboutsummaryrefslogtreecommitdiffstats
path: root/lang/squeak/files/patch-platforms::unix::npsqueak::Makefile
blob: 790c40015747e5dba5bda61c895bc7b8a847f84b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- platforms/unix/npsqueak/Makefile.org    Tue Jan 31 10:36:12 2006
+++ platforms/unix/npsqueak/Makefile    Tue Jan 31 10:37:14 2006
@@ -20,7 +20,7 @@
 ############ compile and link ###########################
 
 npsqueak.so : npsqueak.o npunix.o 
-   $(LD) $(LDFLAGS) npsqueak.o npunix.o -o npsqueak.so 
+   $(LD) $(LDFLAGS) npsqueak.o npunix.o -o npsqueak.so -L%%X11BASE%%/lib -lXt -lX11
 
 npsqueak.o: npsqueak.c ../config.h
    $(CC) -c $(CFLAGS) -DVM_LIBDIR=\"$(VM_LIBDIR)\" $<