summaryrefslogtreecommitdiffstats
path: root/mail/mutt14/files
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-05-19 13:01:11 +0000
committerache <ache@FreeBSD.org>1997-05-19 13:01:11 +0000
commit164710e8bb56734d512bc3b6e34db04b6105ba61 (patch)
treec9c45284e42a5d15b2dbadc88b85171b95309b85 /mail/mutt14/files
parent8385f1bf6c91a80a00b26cff97d0c99340815bbf (diff)
downloadFreeBSD-ports-164710e8bb56734d512bc3b6e34db04b6105ba61.zip
FreeBSD-ports-164710e8bb56734d512bc3b6e34db04b6105ba61.tar.gz
Fix problem with PGP patch
Add -lmytinfo to LIBS
Diffstat (limited to 'mail/mutt14/files')
-rw-r--r--mail/mutt14/files/patch-0162
1 files changed, 45 insertions, 17 deletions
diff --git a/mail/mutt14/files/patch-01 b/mail/mutt14/files/patch-01
index 6361818..ec137d9 100644
--- a/mail/mutt14/files/patch-01
+++ b/mail/mutt14/files/patch-01
@@ -1,17 +1,45 @@
---- Makefile.in.orig Mon Jan 27 18:15:59 1997
-+++ Makefile.in Wed Jan 29 07:23:40 1997
-@@ -72,10 +72,13 @@
- sendlib.c \
- url.c
-
--all: mutt
-+all: mutt docs
-
- mutt: $(OBJS) $(REGEX)
- $(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS)
-+
-+docs:
-+ cd doc && make fbsd
-
- install: mutt
- $(srcdir)/mkinstalldirs $(bindir)
+*** Makefile.in.orig Sat May 17 03:05:18 1997
+--- Makefile.in Mon May 19 15:41:18 1997
+***************
+*** 34,40 ****
+ XCPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@
+ CFLAGS=@CFLAGS@ -DSHAREDIR=\"$(sharedir)\" $(XCPPFLAGS)
+ LDFLAGS=@LDFLAGS@
+! LIBS=@LIBS@
+ REGEX=@REGEX@
+ OBJS= addrbook.o alias.o attach.o bind.o browser.o buffy.o color.o \
+ commands.o \
+--- 34,40 ----
+ XCPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@
+ CFLAGS=@CFLAGS@ -DSHAREDIR=\"$(sharedir)\" $(XCPPFLAGS)
+ LDFLAGS=@LDFLAGS@
+! LIBS=@LIBS@ -lmytinfo
+ REGEX=@REGEX@
+ OBJS= addrbook.o alias.o attach.o bind.o browser.o buffy.o color.o \
+ commands.o \
+***************
+*** 52,61 ****
+ EXCLUDE=config.h config.cache config.log config.status tags Makefile \
+ rx/Makefile
+
+! all: mutt
+
+ mutt: $(OBJS) $(REGEX)
+ $(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS)
+
+ install: mutt
+ $(srcdir)/mkinstalldirs $(bindir)
+--- 52,64 ----
+ EXCLUDE=config.h config.cache config.log config.status tags Makefile \
+ rx/Makefile
+
+! all: mutt docs
+
+ mutt: $(OBJS) $(REGEX)
+ $(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS)
++
++ docs:
++ cd doc && make fbsd
+
+ install: mutt
+ $(srcdir)/mkinstalldirs $(bindir)
OpenPOWER on IntegriCloud