1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

security/libgcrypt: Re-add missing patch

- This patch was removed when updating to 1.6.4, so the patch needs
  to be put back in order to solve the bug 204399.

PR:		204600
Submitted by:	Carlos J. Puga Medina <cpm@fbsd.es> (maintainer)
This commit is contained in:
Kurt Jaeger 2015-11-22 17:33:05 +00:00
parent f0bbc7efad
commit ffb2f86e9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402237
2 changed files with 24 additions and 1 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= libgcrypt
PORTVERSION= 1.6.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= GNUPG

View File

@ -0,0 +1,23 @@
--- cipher/Makefile.in.orig 2015-09-08 06:32:11 UTC
+++ cipher/Makefile.in
@@ -818,13 +818,19 @@ uninstall-am:
tags tags-am uninstall uninstall-am
-# We need to lower the optimization for this module.
+# We need to lower the optimization for these modules.
tiger.o: $(srcdir)/tiger.c
`echo $(COMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `
tiger.lo: $(srcdir)/tiger.c
`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `
+salsa20.o: $(srcdir)/salsa20.c
+ `echo $(COMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) `
+
+salsa20.lo: $(srcdir)/salsa20.c
+ `echo $(LTCOMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) `
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: