Author: vincentc-guest Date: 2013-12-20 08:26:10 +0000 (Fri, 20 Dec 2013) New Revision: 14695
Modified: packages/trunk/supertuxkart/debian/changelog packages/trunk/supertuxkart/debian/patches/irrlicht/link-against-needed-libs.diff Log: supertuxkart: Fix embedded-library (build against system jpeg, png, zlib, etc) Modified: packages/trunk/supertuxkart/debian/changelog =================================================================== --- packages/trunk/supertuxkart/debian/changelog 2013-12-20 08:17:54 UTC (rev 14694) +++ packages/trunk/supertuxkart/debian/changelog 2013-12-20 08:26:10 UTC (rev 14695) @@ -16,6 +16,7 @@ [ Vincent Cheng ] * Run wrap-and-sort -sa * Re-added xpm icon for debian/menu. + * Fix lintian error embedded-library (libjpeg, libpng, zlib). -- Vincent Cheng <[email protected]> Thu, 19 Dec 2013 23:18:54 -0800 Modified: packages/trunk/supertuxkart/debian/patches/irrlicht/link-against-needed-libs.diff =================================================================== --- packages/trunk/supertuxkart/debian/patches/irrlicht/link-against-needed-libs.diff 2013-12-20 08:17:54 UTC (rev 14694) +++ packages/trunk/supertuxkart/debian/patches/irrlicht/link-against-needed-libs.diff 2013-12-20 08:26:10 UTC (rev 14695) @@ -18,7 +18,7 @@ INSTALL_DIR = /usr/local/lib sharedlib install: SHARED_LIB = libIrrlicht.so -sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -+sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -lX11 -lz -lpng -ljpeg -lbz2 ++staticlib sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -lX11 -lz -lpng -ljpeg -lbz2 staticlib sharedlib: CXXINCS += -I/usr/X11R6/include #OSX specific options _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

