diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1999-03-22 21:34:23 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1999-03-22 21:34:23 +0000 |
commit | 40be034042c2693d69aefc8c07e814c221d3b908 (patch) | |
tree | d33f0274fa67abfbf08d79fb4a2149e3a50280ad /net/netatalk-asun/files/patch-am | |
parent | make port perl5 aware (diff) |
Update to asun-2.1.3
Notes
Notes:
svn path=/head/; revision=17354
Diffstat (limited to 'net/netatalk-asun/files/patch-am')
-rw-r--r-- | net/netatalk-asun/files/patch-am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/netatalk-asun/files/patch-am b/net/netatalk-asun/files/patch-am new file mode 100644 index 000000000000..d4927ce1acbe --- /dev/null +++ b/net/netatalk-asun/files/patch-am @@ -0,0 +1,20 @@ +--- etc/afpd/Makefile.orig Sat Feb 6 21:02:31 1999 ++++ etc/afpd/Makefile Tue Mar 2 00:17:37 1999 +@@ -56,7 +56,7 @@ + fi; \ + fi; \ + if [ x"${PAMDIR}" != x ]; then \ +- PAMLIBS="-lpam -ldl"; \ ++ PAMLIBS="-lpam"; \ + if [ "${PAMDIR}" != "/usr" ]; then \ + PAMLIBDIRS="-L${PAMDIR}/lib"; \ + PAMINCPATH="-I${PAMDIR}/include"; \ +@@ -107,7 +107,7 @@ + -D_NAME_AFPDPWFILE=\"~/.passwd\" \ + -D_PATH_AFPDCONF=\"${ETCDIR}/afpd.conf\" \ + -D_PATH_AFPDUAMPATH=\"${ETCDIR}/uams/\" \ +- -D_PATH_AFPDNLSPATH=\"${RESDIR}/nls/\" \ ++ -D_PATH_AFPDNLSPATH=\"${RESDIR}/nls/netatalk/\" \ + ${CPPFLAGS} -c afp_options.c + + config.o: config.c |