Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11433 Details for
Bug 20383
important fixes for cel ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for cel installation problems
cel-20030413-install.patch (text/plain), 819 bytes, created by
Matze Braun
on 2003-05-03 08:50:58 UTC
(
hide
)
Description:
patch for cel installation problems
Filename:
MIME Type:
Creator:
Matze Braun
Created:
2003-05-03 08:50:58 UTC
Size:
819 bytes
patch
obsolete
>diff -ur celorig/Jamrules.in cel/Jamrules.in >--- celorig/Jamrules.in 2003-02-24 18:13:13.000000000 +0100 >+++ cel/Jamrules.in 2003-05-03 14:41:11.000000000 +0200 >@@ -6,6 +6,7 @@ > PYTHON_LIBS = "@PYTHON_LIBS@" ; > PYTHON_CFLAGS = "@PYTHON_CFLAGS@" ; > >+Cc = @CC@ ; > C++ = @CXX@ ; > LINK = $(C++) ; > >@@ -13,13 +14,13 @@ > C++FLAGS += $(CRYSTAL_C++FLAGS) ; > LINKLIBS += $(CRYSTAL_LIBS) ; > >-prefix = "@prefix@" ; >-exec_prefix = "@exec_prefix@" ; >-libdir = "@libdir@" ; >-plugindir = "@libdir@/cel" ; >-csconfdir = "@bindir@" ; >-bindir = "@bindir@" ; >-includedir = "@includedir@" ; >+prefix ?= "@prefix@" ; >+exec_prefix ?= "@exec_prefix@" ; >+libdir ?= "@libdir@" ; >+plugindir ?= "@libdir@/cel" ; >+csconfdir ?= "@bindir@" ; >+bindir ?= "@bindir@" ; >+includedir ?= "@includedir@" ; > > C++FLAGS += "-DLIBDIR='\"$(plugindir)/\"'" ; >
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 20383
:
11432
|
11433
|
11434
|
11859