summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2021-03-17 16:23:54 +0100
committerJoonas Niilola <juippis@gentoo.org>2021-03-18 13:07:51 +0200
commitcb5b11dc1f76153067fdad889c05095768725233 (patch)
tree6d3e0e2956d341a254bff591e38906f665a49aee /www-client
parentwww-client/surf: Introduce tabbed use flag (diff)
downloadgentoo-cb5b11dc1f76153067fdad889c05095768725233.tar.gz
gentoo-cb5b11dc1f76153067fdad889c05095768725233.tar.bz2
gentoo-cb5b11dc1f76153067fdad889c05095768725233.zip
www-client/surf: Respect CFLAGS and LDFLAGS
Closes: https://bugs.gentoo.org/742602 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/13568 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/surf/files/surf-2.0-gentoo.patch4
1 files changed, 2 insertions, 2 deletions
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}\"