diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-25 02:05:47 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-25 02:05:47 +0000 |
commit | 62beb2544b9679d3e39e6bd0b881e27e0726ea23 (patch) | |
tree | b50f821c1d64eb92b8146597502e7ef860c90a81 /devel/atk | |
parent | ce170c4cc71a85e6a8ec1bec354797742296738a (diff) | |
download | pkgsrc-62beb2544b9679d3e39e6bd0b881e27e0726ea23.tar.gz |
remove unneeded patches. pkg-info adds -Wl,-R${path} automatically, no
need to add it explicitly.
Diffstat (limited to 'devel/atk')
-rw-r--r-- | devel/atk/distinfo | 3 | ||||
-rw-r--r-- | devel/atk/patches/patch-aa | 11 |
2 files changed, 1 insertions, 13 deletions
diff --git a/devel/atk/distinfo b/devel/atk/distinfo index 323c17ecae8..9e44144495c 100644 --- a/devel/atk/distinfo +++ b/devel/atk/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/03/24 20:28:05 dmcmahill Exp $ +$NetBSD: distinfo,v 1.2 2002/03/25 02:10:07 dmcmahill Exp $ SHA1 (atk-1.0.0.tar.gz) = 08f73260531996d8a9b5a9ea3d2dfee77d89a63e Size (atk-1.0.0.tar.gz) = 337196 bytes -SHA1 (patch-aa) = 32ca997ae2c96da1e163d5f0199fc713c6dd58f6 diff --git a/devel/atk/patches/patch-aa b/devel/atk/patches/patch-aa deleted file mode 100644 index 0c4581b8754..00000000000 --- a/devel/atk/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/03/24 20:28:05 dmcmahill Exp $ - ---- atk.pc.in.orig Tue Mar 5 12:27:29 2002 -+++ atk.pc.in -@@ -7,5 +7,5 @@ - Description: Accessibility Toolkit - Version: @VERSION@ - Requires: @GLIB_PACKAGES@ --Libs: -L${libdir} -latk-@ATK_API_VERSION@ -+Libs: -L${libdir} -R${libdir} -latk-@ATK_API_VERSION@ - Cflags: -I${includedir}/atk-1.0 |