openbsd-ports/x11/gnome/baobab/patches/patch-src_Makefile_in
2013-03-29 16:40:02 +00:00

15 lines
425 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.4 2013/03/29 16:40:02 ajacoutot Exp $
cc1: error: unrecognized command line option "-Wno-unused-but-set-variable"
--- src/Makefile.in.orig Mon Mar 25 21:45:41 2013
+++ src/Makefile.in Fri Mar 29 17:32:30 2013
@@ -384,7 +384,6 @@ AM_CFLAGS = \
-I$(top_srcdir)/egg-list-box \
-I$(top_srcdir)/libgd \
-Wall \
- -Wno-unused-but-set-variable \
-Wno-unused-variable \
$(NULL)