components/ghostscript/patches/7003267.patch
author Marcel Telka <marcel.telka@oracle.com>
Tue, 25 Sep 2012 12:35:58 +0200
branchs11-update
changeset 2353 1434c2626985
parent 178 4340c0d63702
permissions -rw-r--r--
7195687 Update fetchmail to version 6.3.22 7195704 Problem with utility/fetchmail

*** 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@