diff options
author | alex <alex@FreeBSD.org> | 2001-11-01 04:09:53 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-11-01 04:09:53 +0800 |
commit | ba5001072abd3203324adf415a18abe1952407bf (patch) | |
tree | 56a5c33a476d1730e30ffd6d4bc236b85b0a416c /mail/sylpheed | |
parent | a93b0c60ea196e8358d163b0df194980748166d4 (diff) | |
download | freebsd-ports-gnome-ba5001072abd3203324adf415a18abe1952407bf.tar.gz freebsd-ports-gnome-ba5001072abd3203324adf415a18abe1952407bf.tar.zst freebsd-ports-gnome-ba5001072abd3203324adf415a18abe1952407bf.zip |
Update to 0.6.4
Submitted by: maintainer
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sylpheed/files/patch-ad b/mail/sylpheed/files/patch-ad new file mode 100644 index 000000000000..bb068f20c4c3 --- /dev/null +++ b/mail/sylpheed/files/patch-ad @@ -0,0 +1,11 @@ +--- 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@ |