openbsd-ports/x11/gnome/baobab/patches/patch-src_Makefile_in
2012-11-15 14:41:06 +00:00

15 lines
414 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.3 2012/11/15 14:41:06 ajacoutot Exp $
cc1: error: unrecognized command line option "-Wno-unused-but-set-variable"
--- src/Makefile.in.orig Sat Nov 10 16:20:58 2012
+++ src/Makefile.in Thu Nov 15 15:14:14 2012
@@ -383,7 +383,6 @@ AM_CFLAGS = \
$(BAOBAB_CFLAGS) \
-I$(top_srcdir)/libgd \
-Wall \
- -Wno-unused-but-set-variable \
-Wno-unused-variable \
$(NULL)