diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-19 12:25:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-19 12:25:58 +0000 |
commit | 0bfd0f6c9ac8c83546b79cd1dadf68d067be6205 (patch) | |
tree | 52f17e9adf36a3d438b73c75f6a2b75a51c34005 /graphics/sdl_ttf/files | |
parent | 9ea73ddfa5a02292db07867e7b08ad35a89d8b9b (diff) | |
download | freebsd-ports-0bfd0f6c9ac8c83546b79cd1dadf68d067be6205.zip |
Update to 2.0.4.
Diffstat (limited to 'graphics/sdl_ttf/files')
-rw-r--r-- | graphics/sdl_ttf/files/patch-configure | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/graphics/sdl_ttf/files/patch-configure b/graphics/sdl_ttf/files/patch-configure index f188d2b73d9e..3b8cdca18e4f 100644 --- a/graphics/sdl_ttf/files/patch-configure +++ b/graphics/sdl_ttf/files/patch-configure @@ -3,21 +3,12 @@ $FreeBSD$ --- configure.orig Thu Jun 21 08:22:18 2001 +++ configure Tue Jun 26 13:02:00 2001 -@@ -553,7 +553,7 @@ - # if backwards compatibility has been broken, - # set BINARY_AGE and INTERFACE_AGE to 0. - --MAJOR_VERSION=2 -+MAJOR_VERSION=3 - MINOR_VERSION=0 - MICRO_VERSION=3 - INTERFACE_AGE=3 @@ -569,7 +569,7 @@ # libtool versioning LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION -LT_CURRENT=`expr $MICRO_VERSION - $INTERFACE_AGE` -+LT_CURRENT=$MAJOR_VERSION ++LT_CURRENT=3 LT_REVISION=$INTERFACE_AGE LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE` |