Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 340250 Details for
Bug 459398
dev-vcs/subversion-1.7.8 USE=java on OSX (Gentoo Prefix) fails on install step
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixes install step sandbox violation on OSX
subversion-1.7.8-darwin.patch (text/plain), 1.19 KB, created by
Myk Taylor
on 2013-02-27 03:52:05 UTC
(
hide
)
Description:
fixes install step sandbox violation on OSX
Filename:
MIME Type:
Creator:
Myk Taylor
Created:
2013-02-27 03:52:05 UTC
Size:
1.19 KB
patch
obsolete
>--- a/configure 2013-02-26 11:27:12.000000000 -0800 >+++ b/configure 2013-02-26 11:27:33.000000000 -0800 >@@ -23200,7 +23200,7 @@ > > os_arch=`uname` > if test "$os_arch" = "Darwin"; then >- INSTALL_EXTRA_JAVAHL_LIB='ln -sf $(libdir)/libsvnjavahl-1.dylib $(libdir)/libsvnjavahl-1.jnilib' >+ INSTALL_EXTRA_JAVAHL_LIB='ln -sf $(DESTDIR)$(libdir)/libsvnjavahl-1.dylib $(DESTDIR)$(libdir)/libsvnjavahl-1.jnilib' > FIX_JAVAHL_LIB="ln -sf libsvnjavahl-1.dylib $JAVAHL_OBJDIR/libsvnjavahl-1.jnilib" > fi > # This segment (and the rest of r10800) is very likely unnecessary >--- a/configure.ac 2013-02-26 11:31:00.000000000 -0800 >+++ b/configure.ac 2013-02-26 11:32:22.000000000 -0800 >@@ -1258,7 +1258,7 @@ > os_arch=`uname` > if test "$os_arch" = "Darwin"; then > dnl On Darwin, JNI libs must be installed as .jnilib >- INSTALL_EXTRA_JAVAHL_LIB='ln -sf $(libdir)/libsvnjavahl-1.dylib $(libdir)/libsvnjavahl-1.jnilib' >+ INSTALL_EXTRA_JAVAHL_LIB='ln -sf $(DESTDIR)$(libdir)/libsvnjavahl-1.dylib $(DESTDIR)$(libdir)/libsvnjavahl-1.jnilib' > FIX_JAVAHL_LIB="ln -sf libsvnjavahl-1.dylib $JAVAHL_OBJDIR/libsvnjavahl-1.jnilib" > fi > # This segment (and the rest of r10800) is very likely unnecessary
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 Raw
Actions:
View
Attachments on
bug 459398
: 340250