diff options
Diffstat (limited to 'app-text/ghostscript/files/ijs.patch')
-rw-r--r-- | app-text/ghostscript/files/ijs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/ghostscript/files/ijs.patch b/app-text/ghostscript/files/ijs.patch new file mode 100644 index 000000000000..28945118c2dc --- /dev/null +++ b/app-text/ghostscript/files/ijs.patch @@ -0,0 +1,11 @@ +--- ijs/Makefile.in.org 2003-07-29 14:51:28.000000000 +0200 ++++ ijs/Makefile.in 2003-07-29 14:51:40.000000000 +0200 +@@ -1,7 +1,7 @@ + # Unix + + CC=@CC@ +-CFLAGS=-g -Wall -ansi -pedantic -Wmissing-prototypes ++CFLAGS=-g -Wall -ansi -pedantic -Wmissing-prototypes -fPIC + LDLIBS= + OBJ=.@OBJEXT@ + EXE=@EXEEXT@ |