Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206916 Details for
Bug 288789
sci-physics/root-5.25.02 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proper flags patch
root-5.25.02-prop-flags.patch (text/plain), 1.67 KB, created by
Andrew Savchenko
on 2009-10-13 00:00:20 UTC
(
hide
)
Description:
proper flags patch
Filename:
MIME Type:
Creator:
Andrew Savchenko
Created:
2009-10-13 00:00:20 UTC
Size:
1.67 KB
patch
obsolete
>diff -Naur root.orig/Makefile root/Makefile >--- root.orig/Makefile 2009-09-29 17:28:15.000000000 +0400 >+++ root/Makefile 2009-10-12 21:19:57.923085544 +0400 >@@ -427,8 +427,8 @@ > ifneq ($(F77),) > F77LD := $(F77) > endif >-ifeq ($(F77OPT),) >-F77OPT := $(OPT) >+ifeq ($(FFLAGS),) >+F77OPT := $(FFLAGS) > endif > ifeq ($(F77LDFLAGS),) > F77LDFLAGS := $(LDFLAGS) >diff -Naur root.orig/config/Makefile.in root/config/Makefile.in >--- root.orig/config/Makefile.in 2009-09-29 17:28:08.000000000 +0400 >+++ root/config/Makefile.in 2009-10-12 21:19:57.923085544 +0400 >@@ -7,9 +7,9 @@ > USECONFIG := @useconfig@ > MKLIBOPTIONS := @mkliboption@ > >-EXTRA_CFLAGS := -Iinclude @cflags@ >-EXTRA_CXXFLAGS := -Iinclude @cflags@ >-EXTRA_LDFLAGS := @ldflags@ >+EXTRA_CFLAGS := -Iinclude @cflags@ $(CFLAGS) >+EXTRA_CXXFLAGS := -Iinclude @cflags@ $(CXXFLAGS) >+EXTRA_LDFLAGS := @ldflags@ $(LDFLAGS) > WINRTDEBUG := @winrtdebug@ > ENABLEPCH := @enable_pch@ > NOSTUBS := @no_stubs@ >diff -Naur root.orig/net/xrootd/src/xrootd/config/GNUmake.options.in root/net/xrootd/src/xrootd/config/GNUmake.options.in >--- root.orig/net/xrootd/src/xrootd/config/GNUmake.options.in 2009-09-29 17:28:05.000000000 +0400 >+++ root/net/xrootd/src/xrootd/config/GNUmake.options.in 2009-10-12 21:19:57.923085544 +0400 >@@ -16,7 +16,7 @@ > CF32="$(TYPECF32)" \ > CFOP="$(@buildopt@)" \ > LD="$(TYPELD)" \ >-LDOP="$(@buildopt@)" \ >+LDOP="$(LDFLAGS)" \ > LDSO="$(TYPELDSO)" \ > LIBS=" @ldsyslibs@ $(TYPELIBS)" \ > LIBM="$(TYPELIBSM)" \ >@@ -34,7 +34,7 @@ > CF32="$(TYPECF32)" \ > CFOP="$(@buildopt@)" \ > LD="$(TYPELD)" \ >-LDOP="$(@buildopt@)" \ >+LDOP="$(LDFLAGS)" \ > LDSO="$(TYPELDSO)" \ > LIBS=" @ldsyslibs@ $(TYPELIBS)" \ > LIBM="$(TYPELIBSM)" \
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 288789
:
206913
|
206915
| 206916 |
206917
|
206918
|
206919
|
206921
|
206922
|
207006