diff options
| author | Jack Nagel | 2014-03-14 18:28:26 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-14 18:43:02 -0500 |
| commit | 4a69bd1c433f74156cc74126bc66b0ecc079b35f (patch) | |
| tree | b06e79c1cf63c47d5fdba702b83db4c1d34cf497 /Library/Formula | |
| parent | e4df9d07775c7eb1a6e5d74c8deb3d7f14050d00 (diff) | |
| download | homebrew-4a69bd1c433f74156cc74126bc66b0ecc079b35f.tar.bz2 | |
ghostscript: remove no-op patch, refresh dylib name patch
See https://github.com/Homebrew/homebrew/pull/27212#issuecomment-37708159
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ghostscript.rb | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb index 436958e95..b482e5a4e 100644 --- a/Library/Formula/ghostscript.rb +++ b/Library/Formula/ghostscript.rb @@ -109,11 +109,13 @@ class Ghostscript < Formula end __END__ +diff --git a/base/unix-dll.mak b/base/unix-dll.mak +index ae2d7d8..4f4daed 100644 --- a/base/unix-dll.mak +++ b/base/unix-dll.mak -@@ -64,12 +64,12 @@ - - +@@ -64,12 +64,12 @@ GS_SONAME_MAJOR_MINOR=$(GS_SONAME_BASE)$(GS_SOEXT)$(SO_LIB_VERSION_SEPARATOR)$(G + + # MacOS X -#GS_SOEXT=dylib -#GS_SONAME=$(GS_SONAME_BASE).$(GS_SOEXT) @@ -127,17 +129,6 @@ __END__ -#LDFLAGS_SO_MAC=-dynamiclib -install_name $(GS_SONAME_MAJOR_MINOR) +LDFLAGS_SO_MAC=-dynamiclib -install_name __PREFIX__/lib/$(GS_SONAME_MAJOR_MINOR) #LDFLAGS_SO=-dynamiclib -install_name $(FRAMEWORK_NAME) - + GS_SO=$(BINDIR)/$(GS_SONAME) -#--- a/base/stdpre.h -#+++ b/base/stdpre.h -#@@ -20,7 +20,7 @@ - ## define stdpre_INCLUDED - - #/* Ghostscript uses transitional LFS functions. */ -#-#define _LARGEFILE64_SOURCE 1 -#+/* #define _LARGEFILE64_SOURCE 1 */ - - ##ifndef _FILE_OFFSET_BITS - ##define _FILE_OFFSET_BITS 64 |
