Browse Source

upgrading package: ghostscript 8.11 -> 8.12

master
parent
commit
fef8946bf7
  1. 15
      ghostscript/ghostscript.patch
  2. 6
      ghostscript/ghostscript.spec

15
ghostscript/ghostscript.patch

@ -1,6 +1,19 @@
Index: src/stdpre.h
--- src/stdpre.h.orig 2003-12-01 19:19:24.000000000 +0100
+++ src/stdpre.h 2003-12-10 20:56:46.000000000 +0100
@@ -311,6 +311,9 @@
typedef u_int64_t uint64_t;
# define STDINT_TYPES_DEFINED
# endif
+#ifdef __FreeBSD__
+# define STDINT_TYPES_DEFINED
+#endif
/* other archs may want to add defines here,
or use the fallbacks in std.h */
#endif /* STDINT_H */
Index: src/zlib.mak
--- src/zlib.mak.orig 2002-05-09 18:29:16.000000000 +0200
+++ src/zlib.mak 2003-11-24 11:32:29.000000000 +0100
+++ src/zlib.mak 2003-12-10 20:28:10.000000000 +0100
@@ -84,7 +84,7 @@
$(ZGEN)zlibe_1.dev : $(TOP_MAKEFILES) $(ZLIB_MAK) $(ECHOGS_XE)
$(SETMOD) $(ZGEN)zlibe_1 -lib $(ZLIB_NAME)

6
ghostscript/ghostscript.spec

@ -24,8 +24,8 @@
##
# package versions
%define V_real 8.11
%define V_comp 811
%define V_real 8.12
%define V_comp 812
%define V_font_std 8.11
%define V_font_other 6.0
%define V_jpeg 6b
@ -42,7 +42,7 @@ Distribution: OpenPKG [BASE]
Group: Graphics
License: Aladdin
Version: %{V_real}
Release: 20031124
Release: 20031210
# package options
%option with_x11 yes

Loading…
Cancel
Save