1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/opal3/files/patch-configurein
Roger Hardiman 38e9c2e97d Upgrade to 1.12.0.
pwlib has been split out into its own port.
2003-08-28 06:56:10 +00:00

32 lines
1.0 KiB
Plaintext

*** configure.in.orig Thu May 22 13:25:00 2003
--- configure.in Sat Aug 23 07:52:44 2003
*************** fi
*** 73,85 ****
dnl ########################################################################
dnl get pwlib directory
! if test "${PWLIBDIR:-unset}" == "unset" ; then
PWLIBDIR=`ptlib-config --prefix`
fi
! if test "x$PWLIBDIR" == "x/usr" -o "x$PWLIBDIR" == "x/usr/"; then
PWLIBDIR="/usr/share/pwlib/"
fi
! if test "xPWLIBDIR" == "x/usr/local" -o "x$PWLIBDIR" == "x/usr/"; then
PWLIBDIR="/usr/local/share/pwlib/"
fi
echo "PWLib prefix set to.... $PWLIBDIR"
--- 73,85 ----
dnl ########################################################################
dnl get pwlib directory
! if test "${PWLIBDIR:-unset}" = "unset" ; then
PWLIBDIR=`ptlib-config --prefix`
fi
! if test "x$PWLIBDIR" = "x/usr" -o "x$PWLIBDIR" = "x/usr/"; then
PWLIBDIR="/usr/share/pwlib/"
fi
! if test "xPWLIBDIR" = "x/usr/local" -o "x$PWLIBDIR" = "x/usr/"; then
PWLIBDIR="/usr/local/share/pwlib/"
fi
echo "PWLib prefix set to.... $PWLIBDIR"