diff options
Diffstat (limited to 'print/pdflib4/files/patch-ad')
-rw-r--r-- | print/pdflib4/files/patch-ad | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/print/pdflib4/files/patch-ad b/print/pdflib4/files/patch-ad deleted file mode 100644 index a8d0d5636b06..000000000000 --- a/print/pdflib4/files/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Mon Aug 2 18:04:00 1999 -+++ configure Tue Sep 7 23:14:14 1999 -@@ -557,7 +557,7 @@ - - - --VERSION="2.01" -+VERSION="2" - - WITH_CXX=nope - WITH_JAVA=nope -@@ -1936,7 +1936,7 @@ - PDFLIB_STATIC=libpdf$VERSION.a - - case $ac_sys_system in -- NetBSD*) PDFLIB_SHARED=libpdf$SO.$VERSION;; -+ NetBSD*|FreeBSD*) PDFLIB_SHARED=libpdf$SO.$VERSION;; - *) PDFLIB_SHARED=libpdf$VERSION$SO;; - esac - -@@ -1971,7 +1971,7 @@ - # This must work with the shared as well as the dynamic version. - - case $ac_sys_system in -- NetBSD*) PDFLIBLINK="-lpdf $TIFFLINK $ZLIBLINK -lm";; -+ NetBSD*|FreeBSD*) PDFLIBLINK="-lpdf $TIFFLINK $ZLIBLINK -lm";; - *) PDFLIBLINK="-lpdf$VERSION $TIFFLINK $ZLIBLINK -lm";; - esac - |