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/patches/patch-aa | |
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/patches/patch-aa')
-rw-r--r-- | devel/atk/patches/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
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 |