mr_bones_    14/11/19 03:15:38

  Modified:             aop-0.6-as-needed.patch
  Log:
  build with ncurses[tinfo] (bug #529742)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-arcade/aop/files/aop-0.6-as-needed.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aop/files/aop-0.6-as-needed.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aop/files/aop-0.6-as-needed.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aop/files/aop-0.6-as-needed.patch?r1=1.1&r2=1.2

Index: aop-0.6-as-needed.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-arcade/aop/files/aop-0.6-as-needed.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aop-0.6-as-needed.patch     30 Jan 2009 16:06:43 -0000      1.1
+++ aop-0.6-as-needed.patch     19 Nov 2014 03:15:38 -0000      1.2
@@ -3,7 +3,7 @@
 @@ -1,5 +1,5 @@
  
 -LDFLAGS = -lncurses
-+LDLIBS = -lncurses
++LDLIBS := $(shell pkg-config ncurses --libs)
  
  aop: aop.c
  




Reply via email to