diff options
Diffstat (limited to 'graphics/xpdf/patches/patch-aa')
-rw-r--r-- | graphics/xpdf/patches/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/xpdf/patches/patch-aa b/graphics/xpdf/patches/patch-aa deleted file mode 100644 index b32034e5309..00000000000 --- a/graphics/xpdf/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2000/10/06 15:23:47 dmcmahill Exp $ - -Avoid a toolchain bug on mipsel noted in NetBSD-1.4.2/pmax - ---- xpdf/Makefile.in.orig Tue Aug 15 01:01:52 2000 -+++ xpdf/Makefile.in Fri Oct 6 10:27:43 2000 -@@ -19,4 +19,7 @@ - CXXFLAGS = @CXXFLAGS@ @DEFS@ @OPTIONS@ -I$(GOOSRCDIR) -I$(LTKSRCDIR) -I$(srcdir) @X_CFLAGS@ @Xpm_CFLAGS@ @t1_CFLAGS@ @freetype_CFLAGS@ - -+CXXFLAGS_NOOPT!= ${ECHO} ${CXXFLAGS} | ${SED} 's/-O[0-9]*//g' -+ -+ - LDFLAGS = @LDFLAGS@ - -@@ -258,4 +261,7 @@ - config.h Params.h TextOutputDev.h OutputDev.h XOutputDev.h T1Font.h \ - SFont.h TTFont.h XOutputFontInfo.h -+.if (${MACHINE_ARCH} == "mipsel") -+ ${CXX} ${CXXFLAGS_NOOPT} -c XOutputDev.cc -+.endif - XRef.o: ./XRef.cc ../goo/gmem.h Object.h ../goo/gtypes.h \ - ../goo/GString.h Array.h Dict.h Stream.h Lexer.h Parser.h Decrypt.h \ |