summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-engines-aurora/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
commite748ba9741f6540f4675c23e3e37b73e822c13a4 (patch)
tree23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /x11-themes/gtk-engines-aurora/files
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'x11-themes/gtk-engines-aurora/files')
-rw-r--r--x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-glib-2.31.patch13
-rw-r--r--x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-slibtool-undefined-references.patch32
2 files changed, 0 insertions, 45 deletions
diff --git a/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-glib-2.31.patch b/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-glib-2.31.patch
deleted file mode 100644
index 33dc3af23f4f..000000000000
--- a/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-glib-2.31.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/419393
-
---- a/src/animation.c
-+++ b/src/animation.c
-@@ -7,7 +7,7 @@
- #include "animation.h"
-
- #ifdef HAVE_ANIMATION
--#include <glib/gtimer.h>
-+#include <glib.h>
-
- struct _AnimationInfo {
- GTimer *timer;
diff --git a/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-slibtool-undefined-references.patch b/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-slibtool-undefined-references.patch
deleted file mode 100644
index b88f21cac82b..000000000000
--- a/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-slibtool-undefined-references.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-https://bugs.gentoo.org/779406
-
-commit e55f6880d6bb649b2f1bd55c31bd4ba6265ccae0
-Author: orbea <orbea@riseup.net>
-Date: Tue Mar 30 11:54:33 2021 -0700
-
- build: Fix undefined references for libm.
-
-diff --git a/Makefile.am b/Makefile.am
-index 16d29ea..09a51bb 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -22,4 +22,4 @@ libaurora_la_SOURCES = \
- ./src/config.h
-
- libaurora_la_LDFLAGS = -module -avoid-version -no-undefined
--libaurora_la_LIBADD = $(GTK_LIBS)
-+libaurora_la_LIBADD = $(GTK_LIBS) $(LIBM)
-diff --git a/configure.ac b/configure.ac
-index b1c35e9..9b446c3 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -20,6 +20,9 @@ AC_ARG_ENABLE(animation, [ --enable-animation compile aurora with animati
-
- PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.10.0,,AC_MSG_ERROR([GTK+-2.10 is required to compile aurora]))
-
-+AC_CHECK_LIBM
-+AC_SUBST([LIBM])
-+
- AC_SUBST(GTK_CFLAGS)
- AC_SUBST(GTK_LIBS)
-