summaryrefslogtreecommitdiff
path: root/print/pdflib4/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /print/pdflib4/files/patch-ad
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'print/pdflib4/files/patch-ad')
-rw-r--r--print/pdflib4/files/patch-ad29
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
-