From 4a69bd1c433f74156cc74126bc66b0ecc079b35f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 14 Mar 2014 18:28:26 -0500 Subject: ghostscript: remove no-op patch, refresh dylib name patch See https://github.com/Homebrew/homebrew/pull/27212#issuecomment-37708159 --- Library/Formula/ghostscript.rb | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'Library/Formula/ghostscript.rb') 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 -- cgit v1.2.3