Ticket #23422: patch-Portfile.diff
File patch-Portfile.diff, 967 bytes (added by BjarneDMat, 13 years ago) |
---|
-
net/openssh/Portfile
old new 36 36 ftp://openbsd.mirrors.pair.com/ftp/OpenSSH/portable \ 37 37 ftp://openbsd.secsup.org/pub/openbsd/OpenSSH/portable/ 38 38 depends_lib port:openssl port:zlib 39 depends_run port:xauth 39 depends_run port:xauth \ 40 port:kerberos5 40 41 41 42 # Specified -fno-builtin because GCC 3.3 has log() as a builtin 42 43 # (from math.h) while OpenSSH has its own log() function … … 47 48 --with-pid-dir=${prefix}/var/run --with-tcp-wrappers \ 48 49 --with-pam --disable-suid-ssh --with-random=/dev/urandom \ 49 50 --mandir=${prefix}/share/man --with-zlib=${prefix} \ 50 --with-kerberos5= /usr--with-xauth=${prefix}/bin/xauth \51 --with-kerberos5=${prefix} --with-xauth=${prefix}/bin/xauth \ 51 52 --with-libedit 52 53 53 54 use_parallel_build yes