diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-22 14:17:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-22 14:17:19 +0000 |
commit | 7c3e94491b705ab22c6324e105776a98f68cf65c (patch) | |
tree | 7b9cb4b02f9bc3142799d5948d24b7c18c49ebf4 /mail/evolution | |
parent | c15aa315de1b6f9068b9ab5c2d73e2d2e1b911a1 (diff) | |
download | ports-7c3e94491b705ab22c6324e105776a98f68cf65c.tar.gz ports-7c3e94491b705ab22c6324e105776a98f68cf65c.zip |
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/files/patch-importers::Makefile.in | 38 | ||||
-rw-r--r-- | mail/evolution/files/patch-ltmain.sh | 22 |
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 000000000000..031b5e6ecc10 --- /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 98cb05e4ddb3..91c341790451 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. |