FreeBSD Bugzilla – Attachment 148757 Details for
Bug 194679
[patch] irc/irc:builds forever if uname -a doesn't match CONFIGURE_TARGET
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
IRC makefile patch
irc-Makefile.diff.txt (text/plain), 654 bytes, created by
John Marino
on 2014-10-29 09:29:04 UTC
(
hide
)
Description:
IRC makefile patch
Filename:
MIME Type:
Creator:
John Marino
Created:
2014-10-29 09:29:04 UTC
Size:
654 bytes
patch
obsolete
>--- Makefile.orig 2014-10-29 08:43:09.003322000 +0000 >+++ Makefile >@@ -19,11 +19,17 @@ CONFLICTS_INSTALL= charybdis-[0-9]* ircd > USE_RC_SUBR= ircd > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/ircd >-BUILD_WRKSRC= ${WRKSRC}/${MACHINE_ARCH}-unknown-${OPSYS:tl}${OSREL} >+BUILD_WRKSRC= ${WRKSRC}/build > INSTALL_WRKSRC= ${BUILD_WRKSRC} >+CONFIGURE_WRKSRC= ${BUILD_WRKSRC} > > OPTIONS_DEFINE= IPV6 > OPTIONS_DEFAULT=IPV6 > IPV6_CONFIGURE_ENABLE= ipv6 > >+pre-configure: >+ @${MKDIR} ${BUILD_WRKSRC} >+ ${CP} -p ${WRKSRC}/support/configure ${BUILD_WRKSRC} >+ ${CP} -p ${WRKSRC}/support/config.h.dist ${BUILD_WRKSRC}/config.h >+ > .include <bsd.port.mk>
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 194679
: 148757 |
148759