FreeBSD Bugzilla – Attachment 120428 Details for
Bug 163232
[patch] math/metis: respect CC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cc.diff
cc.diff (text/plain), 842 bytes, created by
Jan Beich
on 2011-12-13 06:10:13 UTC
(
hide
)
Description:
cc.diff
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2011-12-13 06:10:13 UTC
Size:
842 bytes
patch
obsolete
>Index: math/metis/Makefile >=================================================================== >RCS file: /a/.csup/ports/math/metis/Makefile,v >retrieving revision 1.19 >diff -u -p -r1.19 Makefile >--- math/metis/Makefile 19 Nov 2011 09:04:39 -0000 1.19 >+++ math/metis/Makefile 13 Dec 2011 04:51:58 -0000 >@@ -33,8 +33,8 @@ post-patch: > ${MKDIR} ${WRKSRC}_SHARED ; ${CP} -r ${WRKSRC}/* ${WRKSRC}_SHARED > > do-build: >- cd ${WRKSRC} ; ${MAKE} >- cd ${WRKSRC}_SHARED ; ${SETENV} CFLAGS="${CFLAGS} ${PICFLAG}" ${MAKE} ; ld -Bshareable -o libmetis.so.1 -x -soname libmetis.so.1 --whole-archive libmetis.a >+ cd ${WRKSRC} ; ${MAKE_ENV} ${MAKE} >+ cd ${WRKSRC}_SHARED ; ${SETENV} ${MAKE_ENV} CFLAGS="${CFLAGS} ${PICFLAG}" ${MAKE} ; ${LD} -Bshareable -o libmetis.so.1 -x -soname libmetis.so.1 --whole-archive libmetis.a > > do-install: > .for p in ${PROGRAMS}
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 163232
: 120428