mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
19 lines
613 B
Plaintext
19 lines
613 B
Plaintext
$NetBSD: patch-aa,v 1.2 2008/02/03 15:54:27 tnn Exp $
|
|
|
|
--- GNUmakefile.orig 2006-07-16 01:17:01.000000000 +0200
|
|
+++ GNUmakefile
|
|
@@ -4,10 +4,10 @@
|
|
# in /opt/diet, where they are in the default search path for my diet libc
|
|
# work but don't conflict with anything there. YMMV.
|
|
|
|
-prefix=/opt/diet
|
|
+prefix=${PREFIX}
|
|
LIBDIR=${prefix}/lib
|
|
-INCLUDEDIR=${prefix}/include
|
|
-MAN3DIR=${prefix}/man/man3
|
|
+INCLUDEDIR=${prefix}/include/libowfat
|
|
+MAN3DIR=${prefix}/${PKGMANDIR}/man3
|
|
|
|
LIBS=byte.a fmt.a scan.a str.a uint.a open.a stralloc.a unix.a socket.a \
|
|
buffer.a mmap.a taia.a tai.a dns.a case.a mult.a array.a io.a \
|