summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-01-22 14:17:19 +0000
committersobomax <sobomax@FreeBSD.org>2002-01-22 14:17:19 +0000
commit1cfdfb647c9b17b7ee6bb310550c7b73ef23421f (patch)
tree8f0aa5e2ea39203f1b2366db13f38db7ff6245a1 /mail/evolution/files
parentd8dd1f8f4651aa32c4ad3e9f03e784c0ac6b5a0a (diff)
downloadFreeBSD-ports-1cfdfb647c9b17b7ee6bb310550c7b73ef23421f.zip
FreeBSD-ports-1cfdfb647c9b17b7ee6bb310550c7b73ef23421f.tar.gz
Don't compile/install useless statically linked version of shared object.
Diffstat (limited to 'mail/evolution/files')
-rw-r--r--mail/evolution/files/patch-importers::Makefile.in38
-rw-r--r--mail/evolution/files/patch-ltmain.sh22
2 files changed, 53 insertions, 7 deletions
diff --git a/mail/evolution/files/patch-importers::Makefile.in b/mail/evolution/files/patch-importers::Makefile.in
new file mode 100644
index 0000000..031b5e6
--- /dev/null
+++ b/mail/evolution/files/patch-importers::Makefile.in
@@ -0,0 +1,38 @@
+
+$FreeBSD$
+
+--- importers/Makefile.in 2002/01/22 13:48:11 1.1
++++ importers/Makefile.in 2002/01/22 13:49:10
+@@ -300,12 +300,12 @@
+ evolution_netscape_importer_DEPENDENCIES = \
+ $(top_builddir)/shell/importer/libevolution-importer.la \
+ $(top_builddir)/e-util/libeutil.la
+-evolution_netscape_importer_LDFLAGS =
++evolution_netscape_importer_LDFLAGS = -module -avoid-version
+ evolution_elm_importer_OBJECTS = elm-importer.$(OBJEXT)
+ evolution_elm_importer_DEPENDENCIES = \
+ $(top_builddir)/shell/importer/libevolution-importer.la \
+ $(top_builddir)/e-util/libeutil.la
+-evolution_elm_importer_LDFLAGS =
++evolution_elm_importer_LDFLAGS = -module -avoid-version
+ evolution_pine_importer_OBJECTS = pine-importer.$(OBJEXT)
+ evolution_pine_importer_DEPENDENCIES = \
+ $(top_builddir)/shell/importer/libevolution-importer.la \
+@@ -314,7 +314,7 @@
+ $(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/e-util/ename/libename.la \
+ $(top_builddir)/libversit/libversit.la
+-evolution_pine_importer_LDFLAGS =
++evolution_pine_importer_LDFLAGS = -module -avoid-version
+ evolution_gnomecard_importer_OBJECTS = \
+ evolution-gnomecard-importer.$(OBJEXT)
+ evolution_gnomecard_importer_DEPENDENCIES = \
+@@ -324,7 +324,7 @@
+ $(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/e-util/ename/libename.la \
+ $(top_builddir)/libversit/libversit.la
+-evolution_gnomecard_importer_LDFLAGS =
++evolution_gnomecard_importer_LDFLAGS = -module -avoid-version
+ CFLAGS = @CFLAGS@
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
diff --git a/mail/evolution/files/patch-ltmain.sh b/mail/evolution/files/patch-ltmain.sh
index 98cb05e..91c3417 100644
--- a/mail/evolution/files/patch-ltmain.sh
+++ b/mail/evolution/files/patch-ltmain.sh
@@ -1,19 +1,27 @@
$FreeBSD$
---- ltmain.sh 2001/08/27 09:51:26 1.1
-+++ ltmain.sh 2001/08/27 09:51:42
-@@ -2408,6 +2408,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
+--- ltmain.sh.orig Sun Jan 20 16:11:07 2002
++++ ltmain.sh Tue Jan 22 13:34:20 2002
+@@ -1060,6 +1060,7 @@
+
+ -module)
+ module=yes
++ build_old_libs=no
+ continue
+ ;;
+
+@@ -2442,6 +2443,9 @@
+ *-*-openbsd*)
+ # Do not include libc due to us having libc/libc_r.
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
-@@ -4175,10 +4178,12 @@
+ if test $build_libtool_need_lc = "yes"; then
+@@ -4208,10 +4212,12 @@
fi
# Install the pseudo-library for information purposes.
OpenPOWER on IntegriCloud