View | Details | Raw Unified | Return to bug 196674 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/security/libgcrypt/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	libgcrypt
3
PORTNAME=	libgcrypt
4
PORTVERSION=	1.6.2
4
PORTVERSION=	1.6.2
5
PORTREVISION=	1
5
CATEGORIES=	security
6
CATEGORIES=	security
6
MASTER_SITES=	${MASTER_SITE_GNUPG}
7
MASTER_SITES=	${MASTER_SITE_GNUPG}
7
MASTER_SITE_SUBDIR=	${PORTNAME}
8
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)/usr/ports/security/libgcrypt/files/patch-cipher-Makefile.in (+15 lines)
Line 0 Link Here
1
--- cipher/Makefile.in.orig	2015-01-21 19:09:47.000000000 +0100
2
+++ cipher/Makefile.in	2015-01-21 19:13:35.000000000 +0100
3
@@ -766,6 +766,12 @@
4
 tiger.lo: $(srcdir)/tiger.c
5
 	`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `
6
 
7
+salsa20.o: $(srcdir)/salsa20.c
8
+	`echo $(COMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) `
9
+
10
+salsa20.lo: $(srcdir)/salsa20.c
11
+	`echo $(LTCOMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) `
12
+
13
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
14
 # Otherwise a system limit (for SysV at least) may be exceeded.
15
 .NOEXPORT:

Return to bug 196674