pkgsrc/graphics/rayshade/patches/patch-ba
agc ccd6deaff1 Addition of rayshade-4.0, an extensible system for creating ray-traced
images using the Utah Raster Toolkit, to the NetBSD packages
collection.  This was originally taken from the FreeBSD port,
but hacked around to work on NetBSD.
1998-08-24 18:11:40 +00:00

29 lines
582 B
Text

$NetBSD: patch-ba,v 1.1 1998/08/24 18:11:44 agc Exp $
*** 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