From 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Feb 2013 01:12:52 -0800 Subject: Sun Feb 10 01:12:35 PST 2013 --- community/puzzles/puzzles-lm.diff | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 community/puzzles/puzzles-lm.diff (limited to 'community/puzzles') diff --git a/community/puzzles/puzzles-lm.diff b/community/puzzles/puzzles-lm.diff deleted file mode 100644 index 06493cc0d..000000000 --- a/community/puzzles/puzzles-lm.diff +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/mkfiles.pl b/mkfiles.pl -index 5bb0d39..cdd8260 100755 ---- a/mkfiles.pl -+++ b/mkfiles.pl -@@ -1118,8 +1118,8 @@ if (defined $makefiles{'gtk'}) { - &splitline("CFLAGS := -O2 -Wall -Werror -ansi -pedantic -g " . - (join " ", map {"-I$dirpfx$_"} @srcdirs) . - " `\$(GTK_CONFIG) --cflags` \$(CFLAGS)")."\n". -- "XLIBS = `\$(GTK_CONFIG) --libs`\n". -- "ULIBS =#\n". -+ "XLIBS = `\$(GTK_CONFIG) --libs` -lm\n". -+ "ULIBS = -lm#\n". - "INSTALL=install\n", - "INSTALL_PROGRAM=\$(INSTALL)\n", - "INSTALL_DATA=\$(INSTALL)\n", -- cgit v1.2.3-54-g00ecf