mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
0bfc0ed369
- 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
12 lines
434 B
Plaintext
12 lines
434 B
Plaintext
--- contrib/trytime/Makefile.am.orig 2003-11-30 22:00:24 UTC
|
|
+++ contrib/trytime/Makefile.am
|
|
@@ -1,7 +1,7 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/gd1.3
|
|
EXTRA_DIST = trytime.c
|
|
-contribdir = $(prefix)/contrib/trytime
|
|
+contribdir = $(prefix)/share/examples/rrdtool/trytime
|
|
contrib_DATA = README trytime.c
|
|
bin_PROGRAMS = trytime
|
|
trytime_SOURCES = trytime.c
|