pkgsrc/net/netatalk/patches/patch-ao
wrstuden 08b5ce4b68 Fix two PRs on this package, and make it compile on macppc.
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.
1999-08-31 22:09:42 +00:00

9 lines
344 B
Text

$NetBSD: patch-ao,v 1.2 1999/08/31 22:09:43 wrstuden Exp $
--- libatalk/atp/Makefile.inc Wed Dec 31 16:00:00 1969
+++ libatalk/atp/Makefile.inc Mon Aug 30 06:47:42 1999
@@ -0,0 +1,4 @@
+.PATH: ${.CURDIR}/atp
+
+SRCS+= atp_bprint.c atp_bufs.c atp_close.c atp_open.c atp_packet.c
+SRCS+= atp_rreq.c atp_rresp.c atp_rsel.c atp_sreq.c atp_sresp.c