2013-09-26 17:14:40 +02:00

14 lines
407 B
Plaintext

$NetBSD: patch-ab,v 1.1 2002/12/24 17:21:04 jmmv Exp $
--- lib/Makefile.in.orig Wed Apr 30 23:49:58 1997
+++ lib/Makefile.in
@@ -7,7 +7,7 @@
LIBRARY = udunits
FLEX = /usr/local/gnu/bin/flex
-cpp_path = -DUT_DEFAULT_PATH='"$(prefix)/etc/udunits.dat"'
+cpp_path = -DUT_DEFAULT_PATH='"@sysconfdir@/udunits.dat"'
CPPFLAGS = -I../port/misc -I../port/cfortran $(cpp_path) @CPPFLAGS@
CFLAGS = @CFLAGS@