freebsd-ports/graphics/rayshade/files/patch-ac
Steve Price e6f2c8ad26 - Fix build on -current.
- Remove an unused files (config.h)
- Implement an ugly hack (patch-ad) that covers up a (mis)feature in our
  make(1) on fast machines.
2000-02-27 14:57:34 +00:00

27 lines
527 B
Text

*** raypaint/Makefile.SH.orig Sat Mar 28 20:31:28 1998
--- raypaint/Makefile.SH Sat Mar 28 20:31:55 1998
***************
*** 55,65 ****
#
# If using X11, use:
! #GRAPHICSLIB = -lX11
#
# If you are using GL, use:
! GRAPHICSLIB = -lgl_s
LIBRAY = $(LIBRAYDIR)/libray.a
LIBSHADE = $(LIBSHADEDIR)/libshade.a
--- 55,65 ----
#
# If using X11, use:
! GRAPHICSLIB = -lX11
#
# If you are using GL, use:
! #GRAPHICSLIB = -lgl_s
LIBRAY = $(LIBRAYDIR)/libray.a
LIBSHADE = $(LIBSHADEDIR)/libshade.a