r11380 - in packages/trunk/3dchess/debian: . patches
Paul Wise
pabs at alioth.debian.org
Sat Sep 11 09:40:44 UTC 2010
Author: pabs
Date: 2010-09-11 09:40:41 +0000 (Sat, 11 Sep 2010)
New Revision: 11380
Modified:
packages/trunk/3dchess/debian/changelog
packages/trunk/3dchess/debian/patches/05_Makefile.patch
Log:
Don't link with libraries that are not used (Xmu Xext)
Modified: packages/trunk/3dchess/debian/changelog
===================================================================
--- packages/trunk/3dchess/debian/changelog 2010-09-11 09:38:12 UTC (rev 11379)
+++ packages/trunk/3dchess/debian/changelog 2010-09-11 09:40:41 UTC (rev 11380)
@@ -7,6 +7,7 @@
* Switch to debhelper 7 minimal rules file
* Fix path to GPLv2 in the copyright file
* Include a doc-base file pointing at the rules
+ * Don't link with libraries that are not used (Xmu Xext)
-- Paul Wise <pabs at debian.org> Sat, 11 Sep 2010 16:04:40 +0800
Modified: packages/trunk/3dchess/debian/patches/05_Makefile.patch
===================================================================
--- packages/trunk/3dchess/debian/patches/05_Makefile.patch 2010-09-11 09:38:12 UTC (rev 11379)
+++ packages/trunk/3dchess/debian/patches/05_Makefile.patch 2010-09-11 09:40:41 UTC (rev 11380)
@@ -10,6 +10,15 @@
# The principle system configuration area.
# Define -DHAVE_UNISTD_H if /usr/include/unistd.h exists
+@@ -39,7 +39,7 @@
+ # and I definitely recommend getting Xaw3d. The extra appearance doesn't
+ # appear much but it looks much better when it does.
+ # Linux
+-LDLIBS=-L/usr/X11R6/lib -lXpm -lXaw3d -lXmu -lXext -lXt -lX11
++LDLIBS=-L/usr/X11R6/lib -lXpm -lXaw3d -lXt -lX11
+ # Sun
+ #LDLIBS=-lXpm -lXaw -lXmu -lXext -lXt -lX11 -lm
+
@@ -73,6 +73,7 @@
${RM} *.o *~ TAGS
${RM} ../*~
More information about the Pkg-games-commits
mailing list