summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2024-11-13 12:07:41 +0100
committerDavid Seifert <soap@gentoo.org>2024-11-13 12:07:41 +0100
commit689f2efc19362797a267477b095e837e5dddb7fd (patch)
treee875f1353bfd00e418d1769c98775f8db42d4fb1 /x11-libs
parentwww-apps/wordpress: bump to 6.7 (diff)
downloadgentoo-689f2efc19362797a267477b095e837e5dddb7fd.tar.gz
gentoo-689f2efc19362797a267477b095e837e5dddb7fd.tar.bz2
gentoo-689f2efc19362797a267477b095e837e5dddb7fd.zip
x11-libs/agg: remove unused patches
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/agg/files/2.5/02_maintainer_mode.patch21
-rw-r--r--x11-libs/agg/files/2.5/04_no_rpath.patch10
2 files changed, 0 insertions, 31 deletions
diff --git a/x11-libs/agg/files/2.5/02_maintainer_mode.patch b/x11-libs/agg/files/2.5/02_maintainer_mode.patch
deleted file mode 100644
index 4c65c9723e34..000000000000
--- a/x11-libs/agg/files/2.5/02_maintainer_mode.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_maintainer_mode.dpatch by <rodrigo@nul-unu.com>
-##
-## DP: Use AM_MAINTAINER_MODE, to avoid re-running autotools
-## DP: except when explicitely called in debian/rules
-
-@DPATCH@
-diff -urNad agg-2.5+dfsg~/configure.in agg-2.5+dfsg/configure.in
---- agg-2.5+dfsg~/configure.in 2007-07-21 19:58:06.966030999 -0500
-+++ agg-2.5+dfsg/configure.in 2007-07-21 19:58:33.595695250 -0500
-@@ -2,7 +2,7 @@
- AC_CANONICAL_TARGET
- AC_CONFIG_HEADERS(include/config.h)
- AM_INIT_AUTOMAKE(agg, 2.5.0)
--
-+AM_MAINTAINER_MODE
-
- dnl Checks for programs.
- AC_PROG_CC
-
diff --git a/x11-libs/agg/files/2.5/04_no_rpath.patch b/x11-libs/agg/files/2.5/04_no_rpath.patch
deleted file mode 100644
index 76582e332738..000000000000
--- a/x11-libs/agg/files/2.5/04_no_rpath.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- agg-2.5.orig/libagg.pc.in 2006-07-10 11:27:16.000000000 +0200
-+++ agg-2.5/libagg.pc.in 2006-07-10 11:28:51.000000000 +0200
-@@ -6,5 +6,5 @@
- Name: libagg
- Description: Anti Grain Geometry - A High Quality Rendering Engine for C++
- Version: @VERSION@
--Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg
-+Libs: -L${libdir} -lagg
- Cflags: -I${includedir}
-