summaryrefslogtreecommitdiff
path: root/security/libprelude
diff options
context:
space:
mode:
authorhasso <hasso>2009-12-18 12:33:25 +0000
committerhasso <hasso>2009-12-18 12:33:25 +0000
commitcfc34a30e6ae8b3591a8da9744f29ca6c70b2362 (patch)
tree66e8a35b5983366868528b0317637d91d6d03a1d /security/libprelude
parent78e5ec3d161b9e675f2e0bf5e0b9f3d1278ac990 (diff)
downloadpkgsrc-cfc34a30e6ae8b3591a8da9744f29ca6c70b2362.tar.gz
Remove removal of the hack which was needed for libtool 1.x.
From Rumko <rumcic at gmail.com> via private mail.
Diffstat (limited to 'security/libprelude')
-rw-r--r--security/libprelude/distinfo3
-rw-r--r--security/libprelude/patches/patch-af19
2 files changed, 1 insertions, 21 deletions
diff --git a/security/libprelude/distinfo b/security/libprelude/distinfo
index 38a825f5e13..ceecda1502a 100644
--- a/security/libprelude/distinfo
+++ b/security/libprelude/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2009/11/25 20:56:03 joerg Exp $
+$NetBSD: distinfo,v 1.32 2009/12/18 12:33:25 hasso Exp $
SHA1 (libprelude-0.9.24.1.tar.gz) = b8c0c43efb33f3da741feac59b7a5482adf56282
RMD160 (libprelude-0.9.24.1.tar.gz) = 0a2688cf5c44e834c07eaba36d333155b2ca226d
@@ -8,7 +8,6 @@ SHA1 (patch-ab) = 96418b2ce697bdfef83780e0dbc47d95568d3a16
SHA1 (patch-ac) = 7474b2cf8cbb7fca81d85fe7c575f8ca99f90a43
SHA1 (patch-ad) = 195228e1e04918275a3ab1cccb838de081a9ec98
SHA1 (patch-ae) = d8b22cea826727a41108d65f84b594d0879397b2
-SHA1 (patch-af) = a484d36e26ca5aee225aca369c884f285c6ba15c
SHA1 (patch-ag) = 684bf8a217950b0a7fb38140b20643f81d464431
SHA1 (patch-ah) = df9293d56869bcc20c4be12f9922160d8f2aa01e
SHA1 (patch-ai) = 53a16f270a9048f74849c0cd02b517e821bdf08a
diff --git a/security/libprelude/patches/patch-af b/security/libprelude/patches/patch-af
deleted file mode 100644
index 822a2270362..00000000000
--- a/security/libprelude/patches/patch-af
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-af,v 1.1 2009/08/23 18:56:34 hasso Exp $
-
---- src/include/prelude-plugin.h.orig 2009-07-21 11:20:33 +0200
-+++ src/include/prelude-plugin.h 2009-07-21 11:20:43 +0200
-@@ -55,14 +55,6 @@
-
-
-
--/*
-- * Hack for plugin preloading,
-- * without having the end program depend on ltdl.
-- */
--#ifdef PRELUDE_APPLICATION_USE_LIBTOOL2
--# define lt_preloaded_symbols lt__PROGRAM__LTX_preloaded_symbols
--#endif
--
- extern const void *lt_preloaded_symbols[];
-
- #define PRELUDE_PLUGIN_SET_PRELOADED_SYMBOLS() \