08b5ce4b68
Sample files are installed in pkg/share/examples/netatalk, addressing PR 7920 by rnestor@metronet.com. Now include elf support, addressing PR 8125 by Takahiro Kambe, <taca@sky.yamashina.kyoto.jp> with slight changes by me. Cleaned up some lint warnings and fixed an unsigned character comparison problem with assistance from cgd@netbsd.org. Disabled building of libatalk_p.a (profiling libatalk) as not all ports support it which will generate plist errors.
13 lines
583 B
Text
13 lines
583 B
Text
$NetBSD: patch-af,v 1.2 1999/08/31 22:09:42 wrstuden Exp $
|
|
|
|
--- etc/papd/Makefile Tue Oct 22 14:22:20 1996
|
|
+++ etc/papd/Makefile Mon Aug 30 06:47:42 1999
|
|
@@ -19,7 +19,7 @@
|
|
KRBDEFS="-DKRB"; \
|
|
fi; \
|
|
${MAKE} ${MFLAGS} CC="${CC}" ADDLIBS="${ADDLIBS}" DEFS="${DEFS}" \
|
|
- OPTOPTS="${OPTOPTS}" DESTDIR="${DESTDIR}" \
|
|
+ OPTOPTS="${OPTOPTS}" ATALK_DESTDIR="${ATALK_DESTDIR}" \
|
|
SBINDIR="${SBINDIR}" BINDIR="${BINDIR}" RESDIR="${RESDIR}" \
|
|
ETCDIR="${ETCDIR}" LIBDIR="${LIBDIR}" INCDIR="${INCDIR}" \
|
|
KRBLIBS="$${KRBLIBS}" KRBLIBDIRS="$${KRBLIBDIRS}" \
|