freebsd-ports/security/nss/files/patch-lib::ckfw::builtins::Makefile
2002-08-08 19:05:41 +00:00

16 lines
311 B
Text

$FreeBSD$
--- lib/ckfw/builtins/Makefile.orig Sat Feb 16 00:53:42 2002
+++ lib/ckfw/builtins/Makefile Thu Aug 8 21:29:48 2002
@@ -54,8 +54,8 @@
else
EXTRA_LIBS += \
- $(DIST)/lib/$(LIB_PREFIX)plc4.$(LIB_SUFFIX) \
- $(DIST)/lib/$(LIB_PREFIX)plds4.$(LIB_SUFFIX) \
+ -lplc4 \
+ -lplds4 \
$(NULL)
endif