SHA256
1
0
forked from pool/aegisub
aegisub/aegisub-no-optimize.patch
Dave Plater ff783b1dcc Accepting request 632309 from home:plater
- Update to current git rev 524c6114a82157b143567240884de3a6d030b091
  named version 3.2.2+git20180710 which builds against boost
  version 1.68, fixes boo#1105217
- Removed the following patches that are fixed upstream:
  aegisub.build-compare.patch, icu59.patch and aegisub-icu.patch.
- Rebased Makefile.inc.in.patch, aegisub-no-optimize.patch and
  remove-vendor-luajit-dependency.patch.
- For upstream changes see:
  /usr/share/doc/packages/aegisub/changelog.txt

OBS-URL: https://build.opensuse.org/request/show/632309
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=50
2018-08-30 13:06:57 +00:00

17 lines
655 B
Diff

===================================================================
Index: Aegisub-524c6114a82157b143567240884de3a6d030b091/configure.ac
===================================================================
--- Aegisub-524c6114a82157b143567240884de3a6d030b091.orig/configure.ac 2018-08-29 16:36:51.024739116 +0200
+++ Aegisub-524c6114a82157b143567240884de3a6d030b091/configure.ac 2018-08-29 16:46:24.326615179 +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"
])
])