Author: gilbert-guest Date: 2011-09-11 22:40:35 +0000 (Sun, 11 Sep 2011) New Revision: 12670
Modified: packages/trunk/amphetamine/debian/changelog packages/trunk/amphetamine/debian/patches/000_data_path.diff Log: use -iquote and -Wno-write-strings build flags Modified: packages/trunk/amphetamine/debian/changelog =================================================================== --- packages/trunk/amphetamine/debian/changelog 2011-09-11 22:40:32 UTC (rev 12669) +++ packages/trunk/amphetamine/debian/changelog 2011-09-11 22:40:35 UTC (rev 12670) @@ -1,6 +1,7 @@ amphetamine (0.8.10-16) unstable; urgency=low * build-depend on libc6-dev-i386 (closes: #640554). + * use -iquote and -Wno-write-strings build flags. * bump standards version to 3.9.2. -- Michael Gilbert <[email protected]> Sun, 11 Sep 2011 18:18:38 -0400 Modified: packages/trunk/amphetamine/debian/patches/000_data_path.diff =================================================================== --- packages/trunk/amphetamine/debian/patches/000_data_path.diff 2011-09-11 22:40:32 UTC (rev 12669) +++ packages/trunk/amphetamine/debian/patches/000_data_path.diff 2011-09-11 22:40:35 UTC (rev 12670) @@ -18,7 +18,7 @@ # Directories to search for header files -SEARCHDIRS := -I${MYCODEDIR} ${SDL_HEADERS} -+SEARCHDIRS := -I- -I${MYCODEDIR} -I/usr/include/SDL ++SEARCHDIRS := -iquote . -I${MYCODEDIR} -I/usr/include/SDL -Wno-write-strings # makemake variables _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

