components/ghostscript/patches/7003267.patch
changeset 7819 b1bca76ec901
parent 7818 c93a988b3522
child 7820 a2b9a7de9e1a
--- a/components/ghostscript/patches/7003267.patch	Thu Mar 30 13:00:52 2017 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-*** ghostscript-8.64/base/Makefile.in.orig	Mon Nov 29 15:18:29 2010
---- ghostscript-8.64/base/Makefile.in	Mon Nov 29 15:20:15 2010
-***************
-*** 241,247 ****
-  # Define the added flags for standard, debugging, profiling 
-  # and shared object builds.
-  
-! CFLAGS_STANDARD=@OPT_CFLAGS@
-  CFLAGS_DEBUG=-g -O0
-  CFLAGS_PROFILE=-pg @OPT_CFLAGS@
-  CFLAGS_SO=@DYNAMIC_CFLAGS@
---- 241,247 ----
-  # Define the added flags for standard, debugging, profiling 
-  # and shared object builds.
-  
-! CFLAGS_STANDARD=-xO2
-  CFLAGS_DEBUG=-g -O0
-  CFLAGS_PROFILE=-pg @OPT_CFLAGS@
-  CFLAGS_SO=@DYNAMIC_CFLAGS@