From 92236d8d6fb5b0fe870d7ce1cd8d2a5aa3a69f80 Mon Sep 17 00:00:00 2001 From: rh Date: Thu, 15 Jun 2000 21:14:06 +0000 Subject: Fix plugin handling. --- comms/jpilot/patches/patch-aa | 12 ++++++++++++ comms/jpilot/patches/patch-ab | 30 ++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 comms/jpilot/patches/patch-aa create mode 100644 comms/jpilot/patches/patch-ab (limited to 'comms/jpilot/patches') diff --git a/comms/jpilot/patches/patch-aa b/comms/jpilot/patches/patch-aa new file mode 100644 index 00000000000..1dbd2d75010 --- /dev/null +++ b/comms/jpilot/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2000/06/15 21:14:07 rh Exp $ + +--- configure.orig Mon Feb 28 23:30:09 2000 ++++ configure Thu Jun 15 18:05:22 2000 +@@ -3779,7 +3779,6 @@ + echo $ac_n "checking for dlopen""... $ac_c" 1>&6 + echo "configure:3781: checking for dlopen" >&5 + save_LIBS="$LIBS" +- LIBS="$LIBS -ldl" + cat > conftest.$ac_ext <full_path = NULL; +@@ -159,14 +159,14 @@ + p->handle=h; + + /* logf */ +-/* ++ + plugin_set_jpilot_logf = dlsym(h, "plugin_set_jpilot_logf"); + if ((err = dlerror()) != NULL) { + jpilot_logf(LOG_WARN, "plugin_set_jpilot_logf, [%s]\n [%s]\n", err, path); + } else { + plugin_set_jpilot_logf(jpilot_logf); + } +-*/ ++ + + p->full_path = strdup(path); + -- cgit v1.2.3