You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/shed/files/shed-1.15-cflags.patch

12 lines
249 B

--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
AM_INIT_AUTOMAKE(shed,1.15)
AC_PROG_CC
AC_PROG_INSTALL
-CFLAGS="-Wall"
+CFLAGS="$CFLAGS -Wall"
AC_SUBST(CFLAGS)
AC_ARG_ENABLE(debug, [ --enable-debug gcc -g],enable_debug=yes)