summary refs log tree commit diff
path: root/pkgs/misc/ghostscript/purity.patch
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-04-27 10:19:59 +0000
committerLudovic Courtès <ludo@gnu.org>2009-04-27 10:19:59 +0000
commit2dc368f084d9631eb3a0d19d42ea90b609684dd2 (patch)
tree75310369f368df7a151ec92f934cdd2440861ab5 /pkgs/misc/ghostscript/purity.patch
parent4ebc66caa320331f648cdda14a0ffe3d161d39bc (diff)
downloadnixpkgs-2dc368f084d9631eb3a0d19d42ea90b609684dd2.tar
nixpkgs-2dc368f084d9631eb3a0d19d42ea90b609684dd2.tar.gz
nixpkgs-2dc368f084d9631eb3a0d19d42ea90b609684dd2.tar.bz2
nixpkgs-2dc368f084d9631eb3a0d19d42ea90b609684dd2.tar.lz
nixpkgs-2dc368f084d9631eb3a0d19d42ea90b609684dd2.tar.xz
nixpkgs-2dc368f084d9631eb3a0d19d42ea90b609684dd2.tar.zst
nixpkgs-2dc368f084d9631eb3a0d19d42ea90b609684dd2.zip
GNU Ghostscript 8.64.0.
svn path=/nixpkgs/trunk/; revision=15334
Diffstat (limited to 'pkgs/misc/ghostscript/purity.patch')
-rw-r--r--pkgs/misc/ghostscript/purity.patch58
1 files changed, 26 insertions, 32 deletions
diff --git a/pkgs/misc/ghostscript/purity.patch b/pkgs/misc/ghostscript/purity.patch
index bc41867dc3f..1c92ecf593a 100644
--- a/pkgs/misc/ghostscript/purity.patch
+++ b/pkgs/misc/ghostscript/purity.patch
@@ -1,32 +1,26 @@
-diff -rc ghostscript-8.54-gpl-orig/src/unix-aux.mak ghostscript-8.54-gpl/src/unix-aux.mak
-*** ghostscript-8.54-gpl-orig/src/unix-aux.mak	Tue Apr 18 17:32:25 2006
---- ghostscript-8.54-gpl/src/unix-aux.mak	Mon Sep  4 12:46:11 2006
-***************
-*** 88,100 ****
-  # The "else true;" is required because Ultrix's implementation of sh -e
-  # terminates execution of a command if any error occurs, even if the command
-  # traps the error with ||.
-! INCLUDE=/usr/include
-  $(gconfig__h): $(UNIX_AUX_MAK) $(ECHOGS_XE)
-  	$(ECHOGS_XE) -w $(gconfig__h) -x 2f2a -s This file was generated automatically by unix-aux.mak. -s -x 2a2f
-! 	if ( test -f $(INCLUDE)/dirent.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_DIRENT_H; else true; fi
-  	if ( test -f $(INCLUDE)/ndir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_NDIR_H; else true; fi
-! 	if ( test -f $(INCLUDE)/sys/dir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_DIR_H; else true; fi
-  	if ( test -f $(INCLUDE)/sys/ndir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_NDIR_H; else true; fi
-! 	if ( test -f $(INCLUDE)/sys/time.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TIME_H; else true; fi
-! 	if ( test -f $(INCLUDE)/sys/times.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TIMES_H; else true; fi
-  	if ( test -f $(JSRCDIR)/jmemsys.h); then true; else $(ECHOGS_XE) -a $(gconfig__h) -x 23 define DONT_HAVE_JMEMSYS_H; fi
---- 88,100 ----
-  # The "else true;" is required because Ultrix's implementation of sh -e
-  # terminates execution of a command if any error occurs, even if the command
-  # traps the error with ||.
-! INCLUDE=/no-such-path
-  $(gconfig__h): $(UNIX_AUX_MAK) $(ECHOGS_XE)
-  	$(ECHOGS_XE) -w $(gconfig__h) -x 2f2a -s This file was generated automatically by unix-aux.mak. -s -x 2a2f
-! 	if ( true ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_DIRENT_H; else true; fi
-  	if ( test -f $(INCLUDE)/ndir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_NDIR_H; else true; fi
-! 	if ( true ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_DIR_H; else true; fi
-  	if ( test -f $(INCLUDE)/sys/ndir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_NDIR_H; else true; fi
-! 	if ( true ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TIME_H; else true; fi
-! 	if ( true ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TIMES_H; else true; fi
-  	if ( test -f $(JSRCDIR)/jmemsys.h); then true; else $(ECHOGS_XE) -a $(gconfig__h) -x 23 define DONT_HAVE_JMEMSYS_H; fi
+Don't look for files under `/usr/include' since we don't have that directory
+under NixOS.
+
+--- gnu-ghostscript-8.64.0/base/unix-aux.mak	2009-04-19 19:00:20.000000000 +0200
++++ gnu-ghostscript-8.64.0/base/unix-aux.mak	2009-04-27 11:58:31.000000000 +0200
+@@ -103,13 +103,13 @@ $(MKROMFS_XE): $(GLSRC)mkromfs.c $(MKROM
+ # The "else true;" is required because Ultrix's implementation of sh -e
+ # terminates execution of a command if any error occurs, even if the command
+ # traps the error with ||.
+-INCLUDE=/usr/include
++INCLUDE=/no-such-path
+ $(gconfig__h): $(UNIX_AUX_MAK) $(ECHOGS_XE)
+ 	$(ECHOGS_XE) -w $(gconfig__h) -x 2f2a -s This file was generated automatically by unix-aux.mak. -s -x 2a2f
+-	if ( test -f $(INCLUDE)/dirent.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_DIRENT_H; else true; fi
+-	if ( test -f $(INCLUDE)/ndir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_NDIR_H; else true; fi
+-	if ( test -f $(INCLUDE)/sys/dir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_DIR_H; else true; fi
+-	if ( test -f $(INCLUDE)/sys/ndir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_NDIR_H; else true; fi
+-	if ( test -f $(INCLUDE)/sys/time.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TIME_H; else true; fi
+-	if ( test -f $(INCLUDE)/sys/times.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TIMES_H; else true; fi
++	if ( true ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_DIRENT_H; else true; fi
++	if ( true ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_NDIR_H; else true; fi
++	if ( true ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_DIR_H; else true; fi
++	if ( true ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_NDIR_H; else true; fi
++	if ( true ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TIME_H; else true; fi
++	if ( true ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TIMES_H; else true; fi
+ 	if ( test -f $(JSRCDIR)/jmemsys.h); then true; else $(ECHOGS_XE) -a $(gconfig__h) -x 23 define DONT_HAVE_JMEMSYS_H; fi