mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 11:20:04 -04:00
14 lines
407 B
Plaintext
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@
|
|
|