diff options
author | 2011-06-17 15:38:12 +0000 | |
---|---|---|
committer | 2011-06-17 15:38:12 +0000 | |
commit | 01d16de17ec29803c911499f89ff4373cec6ede6 (patch) | |
tree | b940c2d033bf3e03dabbbcaf3d6096027f27cbf5 /games-misc/lucidlife/files | |
parent | Use emake instead of make by Agostino Sarubbo (bug #372043). (diff) | |
download | gentoo-2-01d16de17ec29803c911499f89ff4373cec6ede6.tar.gz gentoo-2-01d16de17ec29803c911499f89ff4373cec6ede6.tar.bz2 gentoo-2-01d16de17ec29803c911499f89ff4373cec6ede6.zip |
Fix underlink. Bug #369051
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-misc/lucidlife/files')
-rw-r--r-- | games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch b/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch new file mode 100644 index 000000000000..af74e85e8c77 --- /dev/null +++ b/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch @@ -0,0 +1,11 @@ +--- src/Makefile.am.old 2011-06-17 17:31:54.078600741 +0200 ++++ src/Makefile.am 2011-06-17 17:32:05.491299944 +0200 +@@ -2,7 +2,7 @@ + -DDATADIR=\""$(datadir)/lucidlife"\" \ + -DDOCDIR=\""$(datadir)/doc/lucidlife"\" + +-LIBS = $(GNOME_LIBS) ++LIBS = $(GNOME_LIBS) -lX11 + + bin_PROGRAMS = lucidlife + |