patch-platforms_unix_npsqueak_Makefile 442 B

12345678910111213
  1. $OpenBSD: patch-platforms_unix_npsqueak_Makefile,v 1.1 2008/07/23 11:17:22 espie Exp $
  2. --- platforms/unix/npsqueak/Makefile.orig Sat Oct 13 05:03:33 2007
  3. +++ platforms/unix/npsqueak/Makefile Wed Jul 23 13:07:25 2008
  4. @@ -8,7 +8,7 @@ INC = -I./include -I/usr/X11R6/include
  5. CC = gcc
  6. CFLAGS = $(INC) -O2 -fPIC -Wall
  7. LD = gcc
  8. -LDFLAGS = -lXt
  9. +LDFLAGS = -L/usr/X11R6/lib -lXt
  10. # usually overridden from top level makefile
  11. VM_VERSION= 3.9-12