jer 15/02/21 10:18:06 Modified: surf-9999-gentoo.patch Log: Fix patch (bug #540874 by Justin Keogh). (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 www-client/surf/files/surf-9999-gentoo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surf/files/surf-9999-gentoo.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surf/files/surf-9999-gentoo.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/surf/files/surf-9999-gentoo.patch?r1=1.1&r2=1.2 Index: surf-9999-gentoo.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/surf/files/surf-9999-gentoo.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- surf-9999-gentoo.patch 4 Oct 2013 14:52:10 -0000 1.1 +++ surf-9999-gentoo.patch 21 Feb 2015 10:18:06 -0000 1.2 @@ -26,10 +26,10 @@ +LIBS = $(X11LIB) $(GTKLIB) # flags --CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE +-CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -g ${LIBS} -+CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_BSD_SOURCE ++CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE +CFLAGS += -std=c99 -pedantic -Wall $(INCS) $(CPPFLAGS) +LDFLAGS += $(LIBS)
