aboutsummaryrefslogtreecommitdiff
path: root/lang/squeak-dev/files/patch-platforms::unix::npsqueak::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/squeak-dev/files/patch-platforms::unix::npsqueak::Makefile')
-rw-r--r--lang/squeak-dev/files/patch-platforms::unix::npsqueak::Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/squeak-dev/files/patch-platforms::unix::npsqueak::Makefile b/lang/squeak-dev/files/patch-platforms::unix::npsqueak::Makefile
deleted file mode 100644
index 790c40015747..000000000000
--- a/lang/squeak-dev/files/patch-platforms::unix::npsqueak::Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)\" $<