Author: vincentc-guest
Date: 2012-12-18 09:59:00 +0000 (Tue, 18 Dec 2012)
New Revision: 13907
Removed:
packages/trunk/0ad/debian/patches/fix-kfreebsd-ftbfs.patch
Modified:
packages/trunk/0ad/debian/changelog
Log:
0ad: Remove fix-kfreebsd-ftbfs.patch
Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog 2012-12-18 09:56:49 UTC (rev 13906)
+++ packages/trunk/0ad/debian/changelog 2012-12-18 09:59:00 UTC (rev 13907)
@@ -2,6 +2,7 @@
[ Vincent Cheng ]
* New upstream release.
+ - Remove debian/patches/fix-kfreebsd-ftbfs.patch; applied upstream.
* Add lintian override for outdated-autotools-helper-file (caused by
config.{guess,sub} in a convenience copy of libenet, which we don't use).
Deleted: packages/trunk/0ad/debian/patches/fix-kfreebsd-ftbfs.patch
===================================================================
--- packages/trunk/0ad/debian/patches/fix-kfreebsd-ftbfs.patch 2012-12-18
09:56:49 UTC (rev 13906)
+++ packages/trunk/0ad/debian/patches/fix-kfreebsd-ftbfs.patch 2012-12-18
09:59:00 UTC (rev 13907)
@@ -1,19 +0,0 @@
-Description: Fix FTBFS on Debian GNU/kFreeBSD
- Link with -ldl instead of -lexecinfo on kfreebsd to fix FTBFS.
-Forwarded: http://trac.wildfiregames.com/ticket/1322
-Author: Vincent Cheng <[email protected]>
-Last-Update: 2012-09-08
-
---- a/build/premake/premake4.lua
-+++ b/build/premake/premake4.lua
-@@ -1040,6 +1040,10 @@
- links { "c", }
- end
-
-+ if os.getversion().description == "GNU/kFreeBSD" then
-+ links { "dl", }
-+ end
-+
- buildoptions { "-fno-strict-aliasing" }
-
- buildoptions { "-rdynamic" }
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits