diff options
-rw-r--r-- | www-client/surf/files/surf-2.0-gentoo.patch | 4 |
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}\" |