17 lines
725 B
Plaintext
17 lines
725 B
Plaintext
$OpenBSD: gcc3-patch-glib_tests_Makefile_in,v 1.6 2017/10/26 08:48:59 ajacoutot Exp $
|
|
|
|
-Wstrict-aliasing is not supported by GCC3.
|
|
|
|
Index: glib/tests/Makefile.in
|
|
--- glib/tests/Makefile.in.orig
|
|
+++ glib/tests/Makefile.in
|
|
@@ -122,7 +122,7 @@ check_PROGRAMS = $(am__EXEEXT_10)
|
|
@ENABLE_INSTALLED_TESTS_TRUE@ $(dist_installed_test_data)
|
|
@ENABLE_INSTALLED_TESTS_TRUE@am__append_12 = $(test_ltlibraries) $(installed_test_ltlibraries)
|
|
@ENABLE_INSTALLED_TESTS_TRUE@am__append_13 = $(installed_test_meta_DATA)
|
|
-@HAVE_GCC_TRUE@am__append_14 = -Wstrict-aliasing=2
|
|
+#@HAVE_GCC_TRUE@am__append_14 = -Wstrict-aliasing=2
|
|
|
|
# -----------------------------------------------------------------------------
|
|
@OS_UNIX_TRUE@am__append_15 = \
|