FreeBSD Bugzilla – Attachment 98883 Details for
Bug 137866
Cannot compile ports/net-im/loudmouth (FreeBSD 8.0 BETA-2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
loudmouth.diff
loudmouth.diff (text/x-patch; charset="UTF-8"), 1014 bytes, created by
Dima Panov
on 2009-08-17 08:25:14 UTC
(
hide
)
Description:
loudmouth.diff
Filename:
MIME Type:
Creator:
Dima Panov
Created:
2009-08-17 08:25:14 UTC
Size:
1014 bytes
patch
obsolete
>Index: net-im/loudmouth/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net-im/loudmouth/Makefile,v >retrieving revision 1.49 >diff -u -r1.49 Makefile >--- net-im/loudmouth/Makefile 16 Aug 2009 18:04:34 -0000 1.49 >+++ net-im/loudmouth/Makefile 17 Aug 2009 07:23:50 -0000 >@@ -26,12 +26,21 @@ > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LDFLAGS="-Wl,-Bsymbolic -L${LOCALBASE}/lib" > >-OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on >+OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" off \ >+ OPENSSL "Enable SSL (via OpenSSL) support" on > > .include <bsd.port.pre.mk> > >+.if defined(WITH_GNUTLS) && defined(WITH_OPENSSL) >+IGNORE= may only use GNU TLS if OpenSSL support is disabled >+.endif >+ > .if !defined(WITHOUT_GNUTLS) > LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls >+CONFIGURE_ARGS+= --with-ssl=gnutls >+.elif !defined(WITHOUT_OPENSSL) >+USE_OPENSSL= yes >+CONFIGURE_ARGS+= --with-ssl=openssl > .else > CONFIGURE_ARGS+= --without-ssl > .endif
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 137866
: 98883