$OpenBSD: patch-perl-shared_Makefile_PL_in,v 1.4 2005/10/24 05:11:01 fgsch Exp $
--- perl-shared/Makefile.PL.in.orig	Wed Apr  7 17:04:53 2004
+++ perl-shared/Makefile.PL.in	Wed Oct 13 09:24:47 2004
@@ -10,11 +10,11 @@ WriteMakefile(
     'NAME'         => 'RRDs',
     'VERSION_FROM' => '@top_srcdir@/perl-shared/RRDs.pm', # finds $VERSION
     'DEFINE'	   => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}",
-    'INC'          => '-I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3',
+    'INC'          => '-I@top_srcdir@ -I@top_srcdir@/src -I$(LOCALBASE)/include',
     'CCFLAGS'      => "$Config{ccflags} -DHAVE_CONFIG_H",
     # where to look for the necessary libraries 
     # Perl will figure out which one is valid
     'depend'	   => {'RRDs.c' => "@top_srcdir@/src/.libs/librrd_private.a"},
-    'dynamic_lib'  => {'OTHERLDFLAGS' => "$librrd -lm"},
+    'dynamic_lib'  => {'OTHERLDFLAGS' => "$librrd -lgd -ljpeg -lz -lm"},
     'realclean'    => {FILES => 't/demo?.rrd t/demo?.gif' }
 );
