diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-11-28 03:19:06 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-11-28 03:19:06 +0000 |
commit | ca26912910ce3c8e1dd00ad5e0f40d8e3bf53dc3 (patch) | |
tree | 963ee4f9a15cb5cb47df895047a9b123e20d4abc /mail/sylpheed3/files/patch-ad | |
parent | Update MASTER_SITES (diff) |
- Don't use automake/autoconf, because it requires to many patches
and workarounds to get it worked with autoconf213, automake14 and so on.
- Bump PORTREVISION
PR: 32330
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=50670
Diffstat (limited to 'mail/sylpheed3/files/patch-ad')
-rw-r--r-- | mail/sylpheed3/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/sylpheed3/files/patch-ad b/mail/sylpheed3/files/patch-ad deleted file mode 100644 index bb068f20c4c3..000000000000 --- a/mail/sylpheed3/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- intl/Makefile.in.orig Wed Oct 24 03:57:52 2001 -+++ intl/Makefile.in Wed Oct 24 03:58:06 2001 -@@ -41,7 +41,7 @@ - MKINSTALLDIRS = @MKINSTALLDIRS@ - mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` - --l = @INTL_LIBTOOL_SUFFIX_PREFIX@ -+l = - - AR = ar - CC = @CC@ |