summaryrefslogtreecommitdiff
path: root/graphics/sdl_ttf/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-19 12:25:58 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-19 12:25:58 +0000
commit0bfd0f6c9ac8c83546b79cd1dadf68d067be6205 (patch)
tree52f17e9adf36a3d438b73c75f6a2b75a51c34005 /graphics/sdl_ttf/files
parent9ea73ddfa5a02292db07867e7b08ad35a89d8b9b (diff)
downloadfreebsd-ports-0bfd0f6c9ac8c83546b79cd1dadf68d067be6205.zip
Update to 2.0.4.
Diffstat (limited to 'graphics/sdl_ttf/files')
-rw-r--r--graphics/sdl_ttf/files/patch-configure11
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`