16 lines
702 B
Plaintext
16 lines
702 B
Plaintext
$OpenBSD: patch-glib_tests_Makefile_in,v 1.6 2011/09/25 16:45:07 naddy Exp $
|
|
|
|
-Wstrict-aliasing=2 is not available with gcc3.
|
|
|
|
--- glib/tests/Makefile.in.orig Sun Sep 25 16:55:42 2011
|
|
+++ glib/tests/Makefile.in Sun Sep 25 16:55:54 2011
|
|
@@ -41,7 +41,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile
|
|
noinst_PROGRAMS = $(am__EXEEXT_2) $(am__EXEEXT_3)
|
|
@OS_UNIX_TRUE@am__append_1 = unix unix-nothreads bitlock
|
|
@OS_UNIX_TRUE@am__append_2 = atomic
|
|
-@HAVE_GCC_TRUE@@OS_UNIX_TRUE@am__append_3 = -Wstrict-aliasing=2
|
|
+@HAVE_GCC_TRUE@@OS_UNIX_TRUE@am__append_3 = -Wstrict-aliasing
|
|
subdir = glib/tests
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \
|