diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-03 20:11:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-03 20:11:19 +0000 |
commit | ff9311eff4ff0e3bc11baf7e3156481442343821 (patch) | |
tree | 65c0aa97b2b746397dffa8fb86b4cf5a853f87c7 /mail/msmtp/files/patch-aa | |
parent | - Update to 1.3.4 (diff) |
- Update to 0.7.2
PR: ports/65094
Submitted by: Herbert J. Skuhra <herbert.skuhra@gmx.at>
Approved by: maintainer
Diffstat (limited to 'mail/msmtp/files/patch-aa')
-rw-r--r-- | mail/msmtp/files/patch-aa | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/mail/msmtp/files/patch-aa b/mail/msmtp/files/patch-aa deleted file mode 100644 index 1b3eb4e9b22a..000000000000 --- a/mail/msmtp/files/patch-aa +++ /dev/null @@ -1,37 +0,0 @@ -*** Makefile.orig Thu Aug 21 22:28:13 2003 ---- Makefile Thu Aug 21 22:28:44 2003 -*************** -*** 3,18 **** - # - - # GNU/Linux and GNU/Hurd -- CC = gcc -- CFLAGS = -DHAVE_VASPRINTF -DHAVE_GETOPT_LONG -D_GNU_SOURCE -Wall -O2 -- LFLAGS = -lssl -lcrypto -s -- EXTRAOBJS = -- -- # FreeBSD, NetBSD, OpenBSD - #CC = gcc -! #CFLAGS = -DHAVE_VASPRINTF -DHAVE_GETOPT_LONG -Wall -O2 - #LFLAGS = -lssl -lcrypto -s - #EXTRAOBJS = - - # SunOS - #CC = cc ---- 3,18 ---- - # - - # GNU/Linux and GNU/Hurd - #CC = gcc -! #CFLAGS = -DHAVE_VASPRINTF -DHAVE_GETOPT_LONG -D_GNU_SOURCE -Wall -O2 - #LFLAGS = -lssl -lcrypto -s - #EXTRAOBJS = -+ -+ # FreeBSD, NetBSD, OpenBSD -+ CC = gcc -+ CFLAGS = -DHAVE_VASPRINTF -DHAVE_GETOPT_LONG -Wall -O2 -I${LOCALBASE}/include -+ LFLAGS = -lssl -lcrypto -s -L${LOCALBASE}/lib -+ EXTRAOBJS = getopt.o getopt1.o - - # SunOS - #CC = cc |