openbsd-ports/devel/glib2/patches/patch-glib_tests_Makefile_am
ajacoutot 8c60f01289 Major update to glib2-2.31.20.
Note that this is a devel version but the new stable is expected within a
week or so. Committing now so that I have time to deal with the breakage
and can start the upcoming gnome3 update.

Please contact me _directly_ if you find any issue with it.
2012-03-23 13:19:32 +00:00

13 lines
424 B
Plaintext

$OpenBSD: patch-glib_tests_Makefile_am,v 1.2 2012/03/23 13:19:32 ajacoutot Exp $
--- glib/tests/Makefile.am.orig Mon Feb 20 21:23:17 2012
+++ glib/tests/Makefile.am Fri Mar 16 12:10:00 2012
@@ -190,7 +190,7 @@ sort_LDADD = $(progs_ldadd)
TEST_PROGS += atomic
atomic_CFLAGS = $(INCLUDES)
if HAVE_GCC
-atomic_CFLAGS += -Wstrict-aliasing=2
+atomic_CFLAGS += -Wstrict-aliasing
endif
atomic_LDADD = $(progs_ldadd)