openbsd-ports/lang/ecl/patches/patch-src_configure
espie 78870ad865 update to 8.12.0 (new numbering scheme, but >old version)
a few patches to deal with shared libraries.
there is lisp code to deal with recognizing .so, so until someone dives
in and adapts it for OpenBSD, keep a libecl.so...
2009-03-16 11:19:12 +00:00

20 lines
509 B
Plaintext

$OpenBSD: patch-src_configure,v 1.1 2009/03/16 11:19:12 espie Exp $
--- src/configure.orig Wed Dec 17 16:41:52 2008
+++ src/configure Mon Mar 16 10:43:57 2009
@@ -10964,13 +10964,14 @@ _ACEOF
fi
+: ${ECLLIB_VERSION:=8.12}
if test ${enable_shared} = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define ENABLE_DLOPEN 1
_ACEOF
- LSP_LIBRARIES="${SHAREDPREFIX}ecl.${SHAREDEXT}"
+ LSP_LIBRARIES="${SHAREDPREFIX}ecl.${SHAREDEXT}.${ECLLIB_VERSION}"
LSP_FEATURES="(cons :wants-dlopen ${LSP_FEATURES})"