Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 346456 Details for
Bug 467044
sci-libs/cbflib-0.9.2.10 defines ROOT in Makefile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Change ROOT to CBF_ROOT in Makefile
0.9.2.10-noroot.patch (text/plain), 1.31 KB, created by
Johan Hattne
on 2013-04-24 05:52:13 UTC
(
hide
)
Description:
Change ROOT to CBF_ROOT in Makefile
Filename:
MIME Type:
Creator:
Johan Hattne
Created:
2013-04-24 05:52:13 UTC
Size:
1.31 KB
patch
obsolete
>--- Makefile_LINUX_gcc42.orig 2013-04-11 22:54:08.000000000 -0700 >+++ Makefile_LINUX_gcc42 2013-04-11 22:57:08.000000000 -0700 >@@ -435,23 +435,23 @@ > # > # Directories > # >-ROOT = . >-LIB = $(ROOT)/lib >-SOLIB = $(ROOT)/solib >-JCBF = $(ROOT)/jcbf >-JAVADIR = $(ROOT)/java >-BIN = $(ROOT)/bin >-SRC = $(ROOT)/src >-INCLUDE = $(ROOT)/include >-M4 = $(ROOT)/m4 >-PYCBF = $(ROOT)/pycbf >-EXAMPLES = $(ROOT)/examples >+CBF_ROOT = . >+LIB = $(CBF_ROOT)/lib >+SOLIB = $(CBF_ROOT)/solib >+JCBF = $(CBF_ROOT)/jcbf >+JAVADIR = $(CBF_ROOT)/java >+BIN = $(CBF_ROOT)/bin >+SRC = $(CBF_ROOT)/src >+INCLUDE = $(CBF_ROOT)/include >+M4 = $(CBF_ROOT)/m4 >+PYCBF = $(CBF_ROOT)/pycbf >+EXAMPLES = $(CBF_ROOT)/examples > DECTRIS_EXAMPLES = $(EXAMPLES)/dectris_cbf_template_test >-DOC = $(ROOT)/doc >-GRAPHICS = $(ROOT)/html_graphics >-DATADIRI = $(ROOT)/../CBFlib_$(VERSION)_Data_Files_Input >-DATADIRO = $(ROOT)/../CBFlib_$(VERSION)_Data_Files_Output >-DATADIRS = $(ROOT)/../CBFlib_$(VERSION)_Data_Files_Output_Sigs_Only >+DOC = $(CBF_ROOT)/doc >+GRAPHICS = $(CBF_ROOT)/html_graphics >+DATADIRI = $(CBF_ROOT)/../CBFlib_$(VERSION)_Data_Files_Input >+DATADIRO = $(CBF_ROOT)/../CBFlib_$(VERSION)_Data_Files_Output >+DATADIRS = $(CBF_ROOT)/../CBFlib_$(VERSION)_Data_Files_Output_Sigs_Only > INSTALLDIR = $(HOME) > > #
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 467044
: 346456