diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-11-15 07:50:11 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-11-15 07:50:11 +0000 |
commit | 4845b5d789c21136ca6b3826b78f67543a2433b2 (patch) | |
tree | de50fe4b737afd567c12b431963c619b39799a97 /devel/mico/files | |
parent | adce3e9b249a816696b69e8fb4fdf4636a34008b (diff) | |
download | FreeBSD-ports-4845b5d789c21136ca6b3826b78f67543a2433b2.zip FreeBSD-ports-4845b5d789c21136ca6b3826b78f67543a2433b2.tar.gz |
Fix 'ldconfig' as indicated in handbook
Get rid of --disable-shared flag for configure
Improve patch-ak such that the shared library compile options as listed in
handbook are included
Diffstat (limited to 'devel/mico/files')
-rw-r--r-- | devel/mico/files/patch-ak | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/mico/files/patch-ak b/devel/mico/files/patch-ak index 26238b4..260ff70 100644 --- a/devel/mico/files/patch-ak +++ b/devel/mico/files/patch-ak @@ -1,5 +1,5 @@ ---- configure.in.orig Sun Nov 15 03:01:35 1998 -+++ configure.in Sun Nov 15 02:52:12 1998 +--- configure.in.orig Wed Oct 21 10:29:16 1998 ++++ configure.in Sun Nov 15 03:40:45 1998 @@ -102,7 +102,7 @@ # extra dirs # @@ -9,15 +9,17 @@ # # misc -@@ -234,7 +234,10 @@ +@@ -234,7 +234,12 @@ CONF_OBJ_SIZE_LIMIT=yes ;; *bsd*) - CONF_SOEXT=so.1.0 + if [ "$PORTOBJFORMAT" = "elf" ]; then ++ CONF_SHARED_CC="$CXX -shared -Wl,-soname,\$@" + CONF_SOEXE=so.1 + else + CONF_SOEXT=so.1.0 + fi ;; *cygwin32*) + have_cdk=yes; |