diff options
| author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-17 05:22:37 +0000 |
|---|---|---|
| committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-17 05:22:37 +0000 |
| commit | 60dcc666d94f4d8476da55f0558e1f2f8fc029ba (patch) | |
| tree | c86fe4edaf253a23f2cf1159b1c78cf4c36d043a /mail/gmime2/files/patch-src_Makefile.in | |
| parent | Fix build when ARH_NV or ARM_WB is defined (diff) | |
- Update to 2.2.22
Diffstat (limited to 'mail/gmime2/files/patch-src_Makefile.in')
| -rw-r--r-- | mail/gmime2/files/patch-src_Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/gmime2/files/patch-src_Makefile.in b/mail/gmime2/files/patch-src_Makefile.in index 5b2e3b1769c2..e5c0b5b59f3a 100644 --- a/mail/gmime2/files/patch-src_Makefile.in +++ b/mail/gmime2/files/patch-src_Makefile.in @@ -1,11 +1,11 @@ # # http://www.freebsd.org/cgi/query-pr.cgi?pr=118092 # -# Rename uudecode e uuencode to gmime-* to not conflict with userland +# Rename uudecode and uuencode to gmime-* to not conflict with userland # ---- src/Makefile.in.orig Thu Dec 6 14:46:22 2007 -+++ src/Makefile.in Thu Dec 6 14:43:34 2007 -@@ -30,6 +30,7 @@ +--- src/Makefile.in.orig 2008-07-19 20:57:47.000000000 -0300 ++++ src/Makefile.in 2008-07-20 21:29:18.000000000 -0300 +@@ -24,6 +24,7 @@ install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) @@ -13,16 +13,16 @@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : -@@ -298,7 +299,7 @@ +@@ -293,7 +294,7 @@ if test -f $$p \ || test -f $$p1 \ ; then \ - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/;$(add_gmime)'`; \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ else :; fi; \ -@@ -307,7 +308,7 @@ +@@ -302,7 +303,7 @@ uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
