From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DDC6A138334 for ; Wed, 13 Jun 2018 21:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EE07E09B1; Wed, 13 Jun 2018 21:18:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77634E09B0 for ; Wed, 13 Jun 2018 21:18:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37FDC335C7A for ; Wed, 13 Jun 2018 21:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C18072DA for ; Wed, 13 Jun 2018 21:18:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528924530.ce56482121a5ef9aa2997488ee457c67e4570a20.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gliv/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gliv/files/gliv-1.9.6-as-needed.patch X-VCS-Directories: media-gfx/gliv/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ce56482121a5ef9aa2997488ee457c67e4570a20 X-VCS-Branch: master Date: Wed, 13 Jun 2018 21:18:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1480144f-0051-43c2-8e73-d043726d3cb9 X-Archives-Hash: 0f650af9f4c043756dd25240377f42c4 commit: ce56482121a5ef9aa2997488ee457c67e4570a20 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Jun 13 18:00:04 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Jun 13 21:15:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce564821 media-gfx/gliv: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/8834 media-gfx/gliv/files/gliv-1.9.6-as-needed.patch | 99 ------------------------- 1 file changed, 99 deletions(-) diff --git a/media-gfx/gliv/files/gliv-1.9.6-as-needed.patch b/media-gfx/gliv/files/gliv-1.9.6-as-needed.patch deleted file mode 100644 index 3128b99e443..00000000000 --- a/media-gfx/gliv/files/gliv-1.9.6-as-needed.patch +++ /dev/null @@ -1,99 +0,0 @@ ---- gliv-1.9.6.orig/configure.ac 2005-09-21 23:05:57.000000000 +0200 -+++ gliv-1.9.6/configure.ac 2010-01-03 15:51:41.464539460 +0100 -@@ -16,18 +16,17 @@ - # Checks for programs. - AC_PROG_CC - AC_PROG_RANLIB -- -+AC_USE_SYSTEM_EXTENSIONS - - # Default CFLAGS. --if test "x$GCC" = "xyes" && test "$DEFAULT_CFLAGS" = "yes"; then -- CFLAGS="-Wall -O2 -fomit-frame-pointer -ffast-math" --fi --CFLAGS="$CFLAGS -I${srcdir}/../lib" -+#if test "x$GCC" = "xyes" && test "$DEFAULT_CFLAGS" = "yes"; then -+# CFLAGS="-Wall -O2 -fomit-frame-pointer -ffast-math" -+#fi -+#CFLAGS="$CFLAGS -I${srcdir}/../lib" - - # Checks for LFS flags, we may not handle big files, but it doesn't hurt. - AC_SYS_LARGEFILE - -- - AC_DEFUN([CHECK_MATH], - [OLD_CFLAGS="$CFLAGS"] - [CFLAGS="$CFLAGS -w"] -@@ -127,35 +126,22 @@ - - # Checks for X. - AC_PATH_XTRA --CFLAGS="$X_CFLAGS $CFLAGS" --LDFLAGS="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS $LDFLAGS" - - # Checks for GtkGLExt. - PKG_CHECK_MODULES(GTKGLEXT, [gtkglext-1.0 >= 0.7.0]) --CFLAGS="$GTKGLEXT_CFLAGS $CFLAGS" --LDFLAGS="$GTKGLEXT_LIBS $LDFLAGS" - GTKGL_VERSION="$($PKG_CONFIG --modversion gtkglext-1.0)" - - # Checks for OpenGL. --AC_TRY_LINK([#include "GL/gl.h"], -- [glBegin(GL_QUADS);], -- [ogl="yes"], -- [ogl="no"]) -- -+AC_SEARCH_LIBS([glBegin],[GL],[ogl="yes"],[ogl="no"],) - if test "x$ogl" = "xno"; then - AC_MSG_NOTICE([maybe libGL requires libpthread...]) -- OLD_LDFLAGS="$LDFLAGS" -- LDFLAGS="$LDFLAGS -lpthread" -- AC_TRY_LINK([#include "GL/gl.h"], -- [glBegin(GL_QUADS);], -- [], -- AC_MSG_ERROR([cannot use -lGL])) -+ AC_SEARCH_LIBS([glBegin],[GL],[ogl="yes"],[ogl="no"],[-lpthread]) - fi - - # Checks for gtk. - AM_PATH_GTK_2_0([2.6.0], [ - CFLAGS="$GTK_CFLAGS $CFLAGS" -- LDFLAGS="$GTK_LIBS $LDFLAGS" -+ LIBS="$LIBS $GTK_LIBS" - GTK_VERSION="$($PKG_CONFIG --modversion gtk+-2.0)" - ], [exit 1], [gthread]) - -@@ -163,9 +149,6 @@ - ALL_LINGUAS=$(echo po/*.po | sed -e 's|\.po||g' -e 's|po/||g') - AM_GNU_GETTEXT_VERSION - AM_GNU_GETTEXT --CFLAGS="$CFLAGS -I../${srcdir}/intl" --LIBS="$LIBS $LIBINTL" -- - - AC_CONFIG_FILES([ - Makefile ---- gliv-1.9.6.orig/src/Makefile.am 2006-11-18 15:21:13.000000000 +0100 -+++ gliv-1.9.6/src/Makefile.am 2010-01-03 15:48:45.765539472 +0100 -@@ -64,6 +64,9 @@ - gliv_LDADD = -L../lib -lreplacements - endif - -+gliv_CFLAGS = @GTKGLEXT_CFLAGS@ -+gliv_LDADD = @GTKGLEXT_LIBS@ -+ - AM_CPPFLAGS = -I$(srcdir)/include -D_REENTRANT -D_THREAD_SAFE \ - -DSYSCONFDIR=\"$(sysconfdir)\" - ---- gliv-1.9.6.orig/po/Makefile.in.in 2006-11-18 15:21:13.000000000 +0100 -+++ gliv-1.9.6/po/Makefile.in.in 2010-01-03 16:05:43.860539403 +0100 -@@ -29,7 +29,7 @@ - - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ --MKINSTALLDIRS = @MKINSTALLDIRS@ -+MKINSTALLDIRS = $(top_srcdir)/mkinstalldirs - mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) - - GMSGFMT = @GMSGFMT@ -