FreeBSD Bugzilla – Attachment 143430 Details for
Bug 190686
[PATCH] irc/psybnc: fix compilation on 10.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
20140606-psybnc.diff
20140606-psybnc.diff (text/plain), 744 bytes, created by
Daniel Austin
on 2014-06-06 00:22:00 UTC
(
hide
)
Description:
20140606-psybnc.diff
Filename:
MIME Type:
Creator:
Daniel Austin
Created:
2014-06-06 00:22:00 UTC
Size:
744 bytes
patch
obsolete
>diff -ruN psybnc.orig/Makefile psybnc/Makefile >--- psybnc.orig/Makefile 2013-11-29 02:53:49.000000000 +0000 >+++ psybnc/Makefile 2014-06-05 23:07:27.791918057 +0000 >@@ -3,6 +3,7 @@ > > PORTNAME= psybnc > DISTVERSION= 2.3.2-9 >+PORTREVISION= 1 > CATEGORIES= irc ipv6 > MASTER_SITES= http://www.psybnc.at/download/beta/ CENKES > DISTNAME= psyBNC-${DISTVERSION} >@@ -28,6 +29,10 @@ > > post-patch: > @${REINPLACE_CMD} -e 's#=help/#=${PSYBASE}/help/#' ${WRKSRC}/lang/* >+.if ( ${OSVERSION} >= 1000024 ) >+ @${REINPLACE_CMD} -e 's,gcc,clang -Wno-return-type,g' ${WRKSRC}/Makefile >+ @${REINPLACE_CMD} -e 's,gcc,clang -Wno-return-type,g' ${WRKSRC}/tools/autoconf.c >+.endif > > do-configure: > .if ${PORT_OPTIONS:MMENUCONFIG} >--- 20140606-psybnc.diff ends here ---
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 190686
: 143430