FreeBSD Bugzilla – Attachment 133577 Details for
Bug 178050
[patch] devel/tclmore -- fix build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.54 KB, created by
Pietro Cerutti
on 2013-04-22 13:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pietro Cerutti
Created:
2013-04-22 13:00:00 UTC
Size:
1.54 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 313650) >+++ Makefile (working copy) >@@ -19,18 +19,11 @@ > USE_GMAKE= yes > USE_LDCONFIG= yes > USE_TCL= yes >-USE_TCL_BUILD= yes > WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//} > > INFO= ${PORTNAME} > >-CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \ >- --with-tclinclude=${TCL_INCLUDEDIR} >+CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ >+ --enable-threads > >-.include <bsd.port.pre.mk> >- >-.if ${OSVERSION} >= 900000 >-BROKEN= does not build >-.endif >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >Index: files/patch-configure >=================================================================== >--- files/patch-configure (revision 313650) >+++ files/patch-configure (working copy) >@@ -1,5 +1,18 @@ >---- configure.orig Fri May 21 20:24:40 2004 >-+++ configure Wed Apr 26 10:55:55 2006 >+--- configure.orig 2004-05-21 18:24:40.000000000 +0200 >++++ configure 2013-04-22 13:44:49.000000000 +0200 >+@@ -6702,9 +6702,9 @@ >+ # Special check for weird MP-RAS system (uname returns weird >+ # results, and the version is kept in special file). >+ >+- if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then >+- system=MP-RAS-`awk '{print }' /etc/.relid'` >+- fi >++# if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then >++# system=MP-RAS-`awk '{print $1}' /etc/.relid'` >++# fi >+ if test "`uname -s`" = "AIX" ; then >+ system=AIX-`uname -v`.`uname -r` >+ fi > @@ -7847,11 +7847,12 @@ > EXTRA_CFLAGS="-pthread" > LDFLAGS="$LDFLAGS -pthread"
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 178050
: 133577