89fe9269e1
security/libprelude: - Remove BROKEN, update to version 1.0.1 [1] - Add missing deps, port requires pkg-config during build security/libpreludedb: - Update to version 1.0.1p1 - Add missing deps - Make options deterministic and not dependent on what's installed security/prelude-lml: - Update to version 1.0.1 - Add missing deps, port requires pkg-config during build - Convert to OptionsNG security/prelude-manager: - Update to version 1.0.2 - Add missing deps, port requires pkg-config during build - Convert to OptionsNG, remove PRELUDEDB option - it can't be turned off by CONFIGURE_ARGS, package links to preludedb at all times if available security/pflogger: - Bump PORTREVISION, libprelude ABI version changed www/py-prewikka: - Update to version 1.0.1p1 - Convert to OptionsNG - Sort plist PR: 172056 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1]
13 lines
463 B
C
13 lines
463 B
C
--- src/include/prelude-plugin.h.orig 2012-06-02 00:12:30.000000000 +0900
|
|
+++ src/include/prelude-plugin.h 2012-09-11 15:46:33.000000000 +0900
|
|
@@ -61,9 +61,9 @@
|
|
*/
|
|
#ifdef PRELUDE_APPLICATION_USE_LIBTOOL2
|
|
# define lt_preloaded_symbols lt__PROGRAM__LTX_preloaded_symbols
|
|
-#endif
|
|
|
|
extern const void *lt_preloaded_symbols[];
|
|
+#endif
|
|
|
|
#define PRELUDE_PLUGIN_SET_PRELOADED_SYMBOLS() \
|
|
prelude_plugin_set_preloaded_symbols(lt_preloaded_symbols)
|