diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:05:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:05:28 +0000 |
commit | ccb78bbdb7605d89c549a39672b6f3174791686b (patch) | |
tree | e10b1277e9ccee1174501d792d5b431c3029d079 /graphics/sdl_image/files/patch-ab | |
parent | - Update to 2.0.9 (diff) |
- Update to 1.2.6
- Got rid of library renaming as done for devel/sdl12
- Pass maintainership to submitter
PR: 117610
Submitted by: Marcus von Appen <mva@sysfault.org>
Notes
Notes:
svn path=/head/; revision=208949
Diffstat (limited to 'graphics/sdl_image/files/patch-ab')
-rw-r--r-- | graphics/sdl_image/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/sdl_image/files/patch-ab b/graphics/sdl_image/files/patch-ab deleted file mode 100644 index 97f04da26e83..000000000000 --- a/graphics/sdl_image/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig -+++ Makefile.in -@@ -255,7 +255,6 @@ - - libSDL_image_la_LDFLAGS = \ - -no-undefined \ -- -release $(LT_RELEASE) \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - - libSDL_image_la_LIBADD = @IMG_LIBS@ |