summaryrefslogtreecommitdiff
path: root/print/pdflib3/files/patch-ad
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-07-30 21:04:01 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-07-30 21:04:01 +0000
commit6a1452975fa87962f3c000eb6af09a21d80e92af (patch)
tree9b1a867c867e9ea28b00a8869be01a7c7c9b331e /print/pdflib3/files/patch-ad
parentAdd offical patches 1-8 (this updates us to version 5.4-pl8) (diff)
Upgrade to 2.0.
pdflib is build as a shared library, now.
Notes
Notes: svn path=/head/; revision=20404
Diffstat (limited to 'print/pdflib3/files/patch-ad')
-rw-r--r--print/pdflib3/files/patch-ad52
1 files changed, 52 insertions, 0 deletions
diff --git a/print/pdflib3/files/patch-ad b/print/pdflib3/files/patch-ad
new file mode 100644
index 000000000000..24706cf9974a
--- /dev/null
+++ b/print/pdflib3/files/patch-ad
@@ -0,0 +1,52 @@
+--- configure.orig Wed Jun 30 12:52:35 1999
++++ configure Mon Jul 12 16:17:30 1999
+@@ -555,7 +555,7 @@
+
+
+
+-VERSION="2.0"
++VERSION="2"
+
+ DEFINES=""
+
+@@ -1503,6 +1503,7 @@
+ PERLINCLUDE=nope
+ fi
+
++PERLINCLUDE=`($PERL -e 'use Config; print $Config{privlib};') 2>/dev/null`
+
+ # First figure out what the name of Perl5 is
+
+@@ -1569,12 +1570,12 @@
+ PERLINCLUDE="-I$PERL5DIR"
+ fi
+ PERLLIBDIR=`($PERL -e 'use Config; print $Config{sitearchexp};') 2>/dev/null`
+- if test -z "$PERLLIBDIR" -o ! -d "$PERLLIBDIR"; then
++ if test -z "$PERLLIBDIR"; then
+ echo "$ac_t""unable to determine perl5 shared library directory" 1>&6
+ PERLIB="/usr/lib/perl5/site_perl/5.005/archname"
+ fi
+ PERLMODDIR=`($PERL -e 'use Config; print $Config{sitelib};') 2>/dev/null`
+- if test -z "$PERLMODDIR" -o ! -d "$PERLMODDIR"; then
++ if test -z "$PERLMODDIR"; then
+ echo "$ac_t""unable to determine perl5 module directory" 1>&6
+ PERLMODDIR="/usr/lib/perl5/site_perl/5.005"
+ fi
+@@ -1887,7 +1888,7 @@
+ BINDINGS_TEST=""
+ CCSHARED=""
+ else
+- PDFLIB=libpdf$VERSION$SO
++ PDFLIB=libpdf$SO.$VERSION
+ fi
+
+
+@@ -1902,7 +1903,7 @@
+ ZLIBLINK=""
+ fi
+
+-PDFLIBLINK="-lpdf$VERSION $TIFFLINK $ZLIBLINK -lm"
++PDFLIBLINK="-lpdf $TIFFLINK $ZLIBLINK -lm"
+
+
+