diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-19 20:18:40 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-19 20:18:40 +0800 |
commit | 206358733ccbdc9ad4a5171789950ae668342308 (patch) | |
tree | 5aaf806f5b1be661e6988da6814558dc150f0926 /devel/sdl12 | |
parent | 7f3f6d36aba23a171dee0728b75d7cb9c1af9371 (diff) | |
download | freebsd-ports-gnome-206358733ccbdc9ad4a5171789950ae668342308.tar.gz freebsd-ports-gnome-206358733ccbdc9ad4a5171789950ae668342308.tar.zst freebsd-ports-gnome-206358733ccbdc9ad4a5171789950ae668342308.zip |
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).
Diffstat (limited to 'devel/sdl12')
-rw-r--r-- | devel/sdl12/Makefile | 1 | ||||
-rw-r--r-- | devel/sdl12/files/patch-ac | 11 |
2 files changed, 2 insertions, 10 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index f3597491f2ea..cd388f37aba8 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ \ http://www.devolution.com/~slouken/SDL/release/ diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac index 33ec9a32b617..be1fb565b559 100644 --- a/devel/sdl12/files/patch-ac +++ b/devel/sdl12/files/patch-ac @@ -2,16 +2,7 @@ $FreeBSD$ --- configure.orig Thu Nov 8 09:28:08 2001 -+++ configure Tue Nov 13 15:47:41 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 ++++ configure Wed Dec 19 14:07:24 2001 @@ -660,9 +660,9 @@ # libtool versioning |