diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-25 09:01:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-25 09:01:25 +0000 |
commit | 0a6c60d05632ca7959196f3efd4949a3e681ebab (patch) | |
tree | 912fa012a0348fd5a0c256a1e3e6df452be1962e /graphics/tiff/files/patch-ab | |
parent | Distfile has been changed. Use better mirror site. (diff) |
Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.
Notes
Notes:
svn path=/head/; revision=14893
Diffstat (limited to 'graphics/tiff/files/patch-ab')
-rw-r--r-- | graphics/tiff/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/files/patch-ab b/graphics/tiff/files/patch-ab index e4b9991a172d..1a910fd4626b 100644 --- a/graphics/tiff/files/patch-ab +++ b/graphics/tiff/files/patch-ab @@ -8,11 +8,11 @@ + DSOSUF=so + LIBCOPTS='-fpic -DPIC' + if [ $PORTOBJFORMAT = elf ]; then -+ DSOSUF_VERSION=${DSOSUF}.1 ++ DSOSUF_VERSION=${DSOSUF}.4 + DSOOPTS='-shared' + DSO=FREEBSD_ELF + else -+ DSOSUF_VERSION=${DSOSUF}.1.0 ++ DSOSUF_VERSION=${DSOSUF}.4.0 + DSOOPTS='-Bshareable' + DSO=FREEBSD_AOUT + fi |