pkgsrc/comms/libmal/patches/patch-ac
markd 0c4aadab80 Update libmal to 0.43
Version 0.43
    - Several fixes to the last release.
    - OpenBSD patches from Antoine Jacoutot

    Version 0.42
    - Misc fixes to malsync sources. See malsync/ChangeLog for details.

    Version 0.41
    - Added support for pilot-link 0.12.x
    - Updated automake files
2007-01-26 01:37:09 +00:00

13 lines
549 B
Text

$NetBSD: patch-ac,v 1.2 2007/01/26 01:37:09 markd Exp $
--- configure.orig 2006-12-12 16:20:52.000000000 +1300
+++ configure
@@ -20216,7 +20216,7 @@ PILOT_LIBS="-lpisock"
if test $pilotlibs = no ; then
for pilot_libs in $pilot_prefix/lib /usr/lib /usr/local/lib/ \
/usr/extra/pilot/lib ; do
- if test -r "$pilot_libs/libpisock.so" ; then
+ if test -r "$pilot_libs/libpisock.so" -o -r "$pilot_libs/libpisock.dylib" ; then
pilotlibs=yes
PILOT_LIBS="-L$pilot_libs $PILOT_LIBS"
break