mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Remove obsolete configure script tweak, which results in
`sdl11-config --version' reporting an icorrect version number (1.2.2, while in fact it's a 1.2.3).
This commit is contained in:
parent
1634a4699a
commit
9ea73ddfa5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51830
2 changed files with 2 additions and 10 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= sdl
|
PORTNAME= sdl
|
||||||
PORTVERSION= 1.2.3
|
PORTVERSION= 1.2.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.libsdl.org/release/ \
|
MASTER_SITES= http://www.libsdl.org/release/ \
|
||||||
http://www.devolution.com/~slouken/SDL/release/
|
http://www.devolution.com/~slouken/SDL/release/
|
||||||
|
|
|
@ -2,16 +2,7 @@
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
|
|
||||||
--- configure.orig Thu Nov 8 09:28:08 2001
|
--- configure.orig Thu Nov 8 09:28:08 2001
|
||||||
+++ configure Tue Nov 13 15:47:41 2001
|
+++ configure Wed Dec 19 14:07:24 2001
|
||||||
@@ -646,7 +646,7 @@
|
|
||||||
#
|
|
||||||
SDL_MAJOR_VERSION=1
|
|
||||||
SDL_MINOR_VERSION=2
|
|
||||||
-SDL_MICRO_VERSION=3
|
|
||||||
+SDL_MICRO_VERSION=2
|
|
||||||
SDL_INTERFACE_AGE=3
|
|
||||||
SDL_BINARY_AGE=3
|
|
||||||
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
|
|
||||||
@@ -660,9 +660,9 @@
|
@@ -660,9 +660,9 @@
|
||||||
|
|
||||||
# libtool versioning
|
# libtool versioning
|
||||||
|
|
Loading…
Add table
Reference in a new issue