FreeBSD Bugzilla – Attachment 85493 Details for
Bug 121717
[patch] devel/libtool15 fails if world built with WITHOUT_INFO=yes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 775 bytes, created by
John E. Hein
on 2008-03-14 22:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
John E. Hein
Created:
2008-03-14 22:20:01 UTC
Size:
775 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /base/FreeBSD-CVS/ports/devel/libtool15/Makefile,v >retrieving revision 1.60 >diff -u -p -r1.60 Makefile >--- Makefile 30 Sep 2007 05:43:29 -0000 1.60 >+++ Makefile 14 Mar 2008 22:04:32 -0000 >@@ -17,8 +17,11 @@ COMMENT?= Generic shared library support > > GNU_CONFIGURE= yes > CONFIGURE_ARGS?= --disable-ltdl-install >+# If system is built with WITHOUT_INFO=yes, there may be no makeinfo >+.if exists(/usr/bin/makeinfo) || exists(${LOCALBASE}/bin/makeinfo) > CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" >-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > INFO?= libtool >+.endif >+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > > .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 121717
: 85493