diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
commit | 0d24ce472965b1af574ee8eab914346a50d93ab0 (patch) | |
tree | fc04ac961d5044a7d4ac36140741f144e02c3080 /print/pdflib4/files/patch-ad | |
parent | (forced commit) This is the official index file for 3.3-release. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
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 - |