forked from pool/aegisub
Dave Plater
2f7dde443e
Fix boo#1130889 by fixing aegisub's build against boost 1.69 with aegisub-boost169.patch, reported upstream with patch in issue: https://github.com/Aegisub/Aegisub/issues/93 OBS-URL: https://build.opensuse.org/request/show/689868 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=57
17 lines
655 B
Diff
17 lines
655 B
Diff
===================================================================
|
|
Index: Aegisub-524c6114a82157b143567240884de3a6d030b091/configure.ac
|
|
===================================================================
|
|
--- Aegisub-524c6114a82157b143567240884de3a6d030b091.orig/configure.ac 2019-03-29 13:17:21.692386078 +0200
|
|
+++ Aegisub-524c6114a82157b143567240884de3a6d030b091/configure.ac 2019-03-29 13:17:38.925081533 +0200
|
|
@@ -145,8 +145,8 @@ AS_IF([test x$enable_compiler_flags != x
|
|
CFLAGS="$CFLAGS -O0"
|
|
CXXFLAGS="$CXXFLAGS -O0"
|
|
], [
|
|
- CFLAGS="$CFLAGS -O3"
|
|
- CXXFLAGS="$CXXFLAGS -O3"
|
|
+ CFLAGS="$CFLAGS"
|
|
+ CXXFLAGS="$CXXFLAGS"
|
|
])
|
|
])
|
|
|