pkgsrc-wip/pgp6/patches/patch-ae
Todd Vierling aefc8c4c44 Remove -L${RSALIBRARY} arg in a cleaner manner.
pkglint.
Add all the known working MASTER_SITES.
2003-08-15 17:07:05 +00:00

13 lines
459 B
Text

$NetBSD: patch-ae,v 1.1 2003/08/15 17:07:05 tvierling Exp $
--- clients/pgp/cmdline/Makefile.in.orig Fri Aug 15 12:52:09 2003
+++ clients/pgp/cmdline/Makefile.in
@@ -48,7 +48,7 @@ INCDIRS=-I${prefix}/include \
-I$(SDKDIR)/priv/include/opaque \
-I$(RSAINC)
-LIBDIRS+=-L$(PFLDIR) -L$(SDKDIR)/unix -L$(RSALIBRARY)$(RSA_OS)
+LIBDIRS+=-L$(PFLDIR) -L$(SDKDIR)/unix
LIBS=-lPGPui -lPGPsdkNetwork -lPGPsdk -lpfl @THREADLIB@ $(RSALIBS) @LIBS@