forked from Lainports/freebsd-ports
- Add USE_AUTOTOOLS=libtoolize (and others) because the configure script hasn't been generated with the same version of libtool as the bundled ltmain.sh script - Remove -fPIC and --with-pic
9 lines
387 B
Text
9 lines
387 B
Text
--- examples/Makefile.am.orig 2002-02-26 10:21:25 UTC
|
|
+++ examples/Makefile.am
|
|
@@ -6,5 +6,5 @@
|
|
|
|
EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in stripes.pl.in bigtops.pl.in minmax.pl.in
|
|
|
|
-examplesdir = $(prefix)/examples
|
|
+examplesdir = $(prefix)/share/examples/rrdtool
|
|
examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl stripes.pl bigtops.pl minmax.pl
|