FreeBSD Bugzilla – Attachment 98970 Details for
Bug 137959
[PATCH] irc/bitlbee-otr is not doing SRV lookups for XMPP protocol
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.07 KB, created by
Ashish Shukla
on 2009-08-19 11:00:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ashish Shukla
Created:
2009-08-19 11:00:04 UTC
Size:
1.07 KB
patch
obsolete
>diff -urN /usr/ports/irc/bitlbee-otr/Makefile bitlbee-otr/Makefile >--- /usr/ports/irc/bitlbee-otr/Makefile 2009-08-18 05:35:25.000000000 +0530 >+++ bitlbee-otr/Makefile 2009-08-19 15:17:54.000000000 +0530 >@@ -7,7 +7,7 @@ > > PORTNAME= bitlbee-otr > PORTVERSION= 1.2.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= irc > MASTER_SITES= http://wahjava.googlepages.com/ > >diff -urN /usr/ports/irc/bitlbee-otr/files/patch-configure bitlbee-otr/files/patch-configure >--- /usr/ports/irc/bitlbee-otr/files/patch-configure 1970-01-01 05:30:00.000000000 +0530 >+++ bitlbee-otr/files/patch-configure 2009-08-19 14:59:56.000000000 +0530 >@@ -0,0 +1,22 @@ >+ >+$FreeBSD$ >+ >+--- configure.orig >++++ configure >+@@ -350,13 +350,11 @@ >+ >+ echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings >+ >+-for i in $systemlibdirs; do >+- if [ -f $i/libresolv.a ]; then >++if [ "$arch" = FreeBSD ]; then >++ if [ `strings /lib/libc.so.* |grep res_query |wc -l` -gt 0 ]; then >+ echo '#define HAVE_RESOLV_A' >> config.h >+- echo 'EFLAGS+='$i'/libresolv.a' >> Makefile.settings >+- break >+ fi >+-done >++fi >+ >+ STORAGES="text xml" >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 137959
: 98970 |
98971