From cb5b11dc1f76153067fdad889c05095768725233 Mon Sep 17 00:00:00 2001 From: Petr Vaněk Date: Wed, 17 Mar 2021 16:23:54 +0100 Subject: www-client/surf: Respect CFLAGS and LDFLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/742602 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Petr Vaněk Closes: https://github.com/gentoo/gentoo/pull/13568 Signed-off-by: Joonas Niilola --- www-client/surf/files/surf-2.0-gentoo.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www-client/surf') diff --git a/www-client/surf/files/surf-2.0-gentoo.patch b/www-client/surf/files/surf-2.0-gentoo.patch index 07aa6568f55c..b0a7b5c8ef0f 100644 --- a/www-client/surf/files/surf-2.0-gentoo.patch +++ b/www-client/surf/files/surf-2.0-gentoo.patch @@ -29,8 +29,8 @@ CPPFLAGS = -DVERSION=\"${VERSION}\" -DWEBEXTDIR=\"${LIBPREFIX}\" -D_DEFAULT_SOURCE -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -s ${LIBS} -+CFLAGS = -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS} -+LDFLAGS = ${LIBS} ++CFLAGS += -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS} ++LDFLAGS += ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" -- cgit v1.2.3-65-gdbad