[mame] 01/04: Removed tools linkage fix (accepted upstream)

Cesare Falco cesarefalco-guest at moszumanska.debian.org
Tue Mar 3 08:36:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

cesarefalco-guest pushed a commit to tag debian/0.159-1
in repository mame.

commit a060421c2d676f7d62171a0fcd602fd26cd03a95
Author: Cesare Falco <c.falco at ubuntu.com>
Date:   Fri Feb 27 09:32:15 2015 +0100

    Removed tools linkage fix (accepted upstream)
---
 debian/patches/fix_tools_libs_linking.patch | 26 --------------------------
 debian/patches/series                       |  1 -
 2 files changed, 27 deletions(-)

diff --git a/debian/patches/fix_tools_libs_linking.patch b/debian/patches/fix_tools_libs_linking.patch
deleted file mode 100644
index 212e261..0000000
--- a/debian/patches/fix_tools_libs_linking.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Author: Cesare Falco <c.falco at ubuntu.com>
-Description: Fix linking against system libraries.
- Fix linking Mame tools against zlib and flac system libraries
- instead of embedded ones.
-Forwarded: yes
-
-Index: mame/makefile
-===================================================================
---- mame.orig/makefile	2015-01-29 11:46:28.852294000 +0100
-+++ mame/makefile	2015-01-29 11:47:03.556294000 +0100
-@@ -756,6 +756,7 @@
- ZLIB = $(OBJ)/libz.a
- else
- LIBS += -lz
-+BASELIBS += -lz
- ZLIB =
- endif
- 
-@@ -766,6 +767,7 @@
- # $(OBJ)/libflac++.a
- else
- LIBS += -lFLAC
-+BASELIBS += -lFLAC
- FLAC_LIB =
- endif
- 
diff --git a/debian/patches/series b/debian/patches/series
index faa1c00..6fa1ae7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-fix_tools_libs_linking.patch
 gnu_fixes.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git



More information about the Pkg-games-commits mailing list