$NetBSD: patch-ar,v 1.1.1.1 2003/07/27 06:03:36 bencollver Exp $

--- demos/Makefile.orig	Fri Aug 25 06:09:33 2000
+++ demos/Makefile
@@ -29,7 +29,7 @@
 
 # Determine what library (static or shared) we will be linking programs with
 ifdef INSTALLSHAREDLIB
-  LIBS = -lvgagl -lvga
+  LIBS = -L../sharedlib -lvgagl -lvga
 endif
 ifndef LIBS
   LIBS    = ../staticlib/libvgagl.a ../staticlib/libvga.a -lm
