diff options
Diffstat (limited to 'games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch')
-rw-r--r-- | games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch b/games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch deleted file mode 100644 index f43d155f44dc..000000000000 --- a/games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- mkfiles.pl.old -+++ mkfiles.pl -@@ -1110,8 +1110,8 @@ - "\n". - &splitline("CFLAGS := -O2 -Wall -Werror -ansi -pedantic -g " . - (join " ", map {"-I$dirpfx$_"} @srcdirs) . -- " `\$(GTK_CONFIG) --cflags` \$(CFLAGS)")."\n". -- "XLIBS = `\$(GTK_CONFIG) --libs`\n". -+ " `pkg-config gtk+-2.0 --cflags` \$(CFLAGS)")."\n". -+ "XLIBS = `pkg-config gtk+-2.0 --libs`\n". - "ULIBS =#\n". - "INSTALL=install\n", - "INSTALL_PROGRAM=\$(INSTALL)\n", -@@ -1130,7 +1130,7 @@ - $objstr = &objects($p, "X.o", undef, undef); - print &splitline($prog . ": " . $objstr), "\n"; - $libstr = &objects($p, undef, undef, "-lX"); -- print &splitline("\t\$(CC) -o \$@ $objstr $libstr \$(${type}LIBS)", 69), -+ print &splitline("\t\$(CC) \$(LDFLAGS) -o \$@ $objstr $libstr \$(${type}LIBS)", 69), - "\n\n"; - } - foreach $d (&deps("X.o", undef, $dirpfx, "/")) { |