Skip to content

Commit

Permalink
media-video/aegisub: revbump to 3.0.4-r1 to restore -fno-strict-aliasing
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
Coacher committed Feb 10, 2016
1 parent 329cf07 commit b6b27ad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index 0b73bde..957c123 100644
+++ b/aegisub/po/Makefile
@@ -38,11 +38,13 @@ all: $(MO)
$(BIN_MSGFMT) -o $@ $<

install:
+ifdef PO
@$(BIN_MKDIR) -p $(addsuffix /LC_MESSAGES/, $(addprefix $(DESTDIR)$(P_LOCALE)/, $(basename $(PO))))
Expand All @@ -18,6 +18,6 @@ index 0b73bde..957c123 100644
$(BIN_INSTALL) $$i.mo $(DESTDIR)$(P_LOCALE)/$$i/LC_MESSAGES/$(AEGISUB_CATALOG).mo; \
done
+endif


CLEANFILES = $(MO)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ index d961bd6..17df012 100644
@@ -369,7 +369,7 @@ AC_ARG_WITH(lua,
AS_HELP_STRING([--without-lua],
[build without lua 5.1 (auto4)]))

-AS_IF([test x$with_lua = xno], [$with_auto4_lua="no"; lua_disabled="(disabled)"], [
+AS_IF([test x$with_lua = xno], [with_auto4_lua="no"; lua_disabled="(disabled)"], [
# First try pkg-config with several names
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/aegisub/configure.ac b/aegisub/configure.ac
index d961bd6..8922042 100644
index d961bd6..e0bdc46 100644
--- a/aegisub/configure.ac
+++ b/aegisub/configure.ac
@@ -157,23 +157,17 @@ AS_IF([test x$enable_compiler_flags != xno], [
@@ -157,23 +157,18 @@ AS_IF([test x$enable_compiler_flags != xno], [
AC_C_FLAG([-Wextra],[AC_C_FLAG([-W])])
AC_C_FLAG([-Wno-unused-parameter])
AC_C_FLAG([-std=gnu99])
Expand All @@ -12,10 +12,10 @@ index d961bd6..8922042 100644
AC_CXX_FLAG([-Wextra],[AC_CXX_FLAG([-W])])
AC_CXX_FLAG([-Wno-unused-parameter])
AC_CXX_FLAG([-Wno-long-long])
- AC_CXX_FLAG([-fno-strict-aliasing])
AC_CXX_FLAG([-fno-strict-aliasing])
- AC_CXX_FLAG([-pipe])
- AC_CXX_FLAG([-g])

# -O* messes with debugging.
AS_IF([test x$enable_debug = xyes], [
AC_C_FLAG([-O0])
Expand All @@ -27,4 +27,4 @@ index d961bd6..8922042 100644
+ AC_CXX_FLAG([-g])
])
])

0 comments on commit b6b27ad

Please sign in to comment.