Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 360724 Details for
Bug 487806
ghostscript-gpl-9.10 build terminates with patch failure
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ghostscript-gpl-9.10-darwin.patch
ghostscript-gpl-9.10-darwin.patch (text/plain), 1.23 KB, created by
Stuart Shelton
on 2013-10-12 19:13:14 UTC
(
hide
)
Description:
ghostscript-gpl-9.10-darwin.patch
Filename:
MIME Type:
Creator:
Stuart Shelton
Created:
2013-10-12 19:13:14 UTC
Size:
1.23 KB
patch
obsolete
>--- ghostscript-9.10/base/unix-dll.mak >+++ ghostscript-9.10/base/unix-dll.mak >@@ -45,6 +45,9 @@ > # shared library > GS_SONAME_BASE=lib$(GS_SO_BASE) > >+TOS=$(shell uname) >+ifneq ($(TOS),Darwin) >+ > # GNU/Linux > GS_SOEXT=$(SO_LIB_EXT) > GS_DLLEXT=$(DLL_EXT) >@@ -62,15 +65,19 @@ > # similar linkers it must containt the trailing "=" > # LDFLAGS_SO=-shared -Wl,$(LD_SET_DT_SONAME)$(LDFLAGS_SO_PREFIX)$(GS_SONAME_MAJOR) > >+else > > # MacOS X >-#GS_SOEXT=dylib >-#GS_SONAME=$(GS_SONAME_BASE).$(GS_SOEXT) >-#GS_SONAME_MAJOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_SOEXT) >-#GS_SONAME_MAJOR_MINOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR).$(GS_SOEXT) >+GS_SOEXT=dylib >+GS_SONAME=$(GS_SONAME_BASE).$(GS_SOEXT) >+GS_SONAME_MAJOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_SOEXT) >+GS_SONAME_MAJOR_MINOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR).$(GS_SOEXT) > #LDFLAGS_SO=-dynamiclib -flat_namespace >-#LDFLAGS_SO_MAC=-dynamiclib -install_name $(GS_SONAME_MAJOR_MINOR) >+LDFLAGS_SO_MAC=-dynamiclib -install_name $(libdir)/$(GS_SONAME_MAJOR) > #LDFLAGS_SO=-dynamiclib -install_name $(FRAMEWORK_NAME) >+LDFLAGS_SO=-dynamiclib -install_name $(libdir)/$(GS_SONAME_MAJOR) >+ >+endif > > GS_SO=$(BINDIR)/$(GS_SONAME) > GS_SO_MAJOR=$(BINDIR)/$(GS_SONAME_MAJOR)
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 487806
: 360724