mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Fix build failures on current and pkg builds with XFACE option
PR: 205719 Submitted by: Udo.Schweigert@siemens.com (maintainer) MFH: 2016Q1
This commit is contained in:
parent
530278c724
commit
d55a69f049
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407094
@ -145,7 +145,7 @@ post-patch:
|
||||
${WRKSRC}/contrib/Makefile.in
|
||||
.if ${PORT_OPTIONS:MMUTT_XFACE}
|
||||
@${ECHO} "===> Applying XFACE patch"
|
||||
slrnface_dir=`${FIND} ${PORTSDIR}/news/slrnface/work -type d \
|
||||
slrnface_dir=`${FIND} ${WRKDIR}/../../../news/slrnface/work -type d \
|
||||
-name slrnface-\*`; \
|
||||
cd ${BUILD_WRKSRC}; ${PATCH} ${PATCH_ARGS} < $$slrnface_dir/mutt.patch
|
||||
.endif
|
||||
|
22
mail/mutt14/files/patch-Makefile.am
Normal file
22
mail/mutt14/files/patch-Makefile.am
Normal file
@ -0,0 +1,22 @@
|
||||
--- Makefile.am.orig 2007-05-23 03:17:52.000000000 +0200
|
||||
+++ Makefile.am 2015-12-29 17:27:11.713299000 +0100
|
||||
@@ -2,7 +2,7 @@
|
||||
## Use aclocal -I m4; automake --foreign
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
-EXTRA_PROGRAMS = mutt_dotlock pgpring makedoc
|
||||
+EXTRA_PROGRAMS = mutt_dotlock pgpewrap pgpring makedoc
|
||||
|
||||
if BUILD_IMAP
|
||||
IMAP_SUBDIR = imap
|
||||
@@ -90,6 +90,10 @@
|
||||
pgpring_LDADD = @LIBOBJS@ $(INTLLIBS)
|
||||
pgpring_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS)
|
||||
|
||||
+pgpewrap_SOURCES = pgpewrap.c
|
||||
+pgpewrap_LDADD = @LIBOBJS@ $(INTLLIBS)
|
||||
+pgpewrap_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS)
|
||||
+
|
||||
mutt_dotlock.c: dotlock.c
|
||||
cp $(srcdir)/dotlock.c mutt_dotlock.c
|
||||
|
Loading…
Reference in New Issue
Block a user