mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 23:46:28 -04:00
13 lines
404 B
Text
13 lines
404 B
Text
--- lib/hx509/Makefile.in.orig 2020-02-23 12:16:33 UTC
|
|
+++ lib/hx509/Makefile.in
|
|
@@ -859,7 +859,9 @@ hxtool_LDADD = \
|
|
libhx509.la \
|
|
$(top_builddir)/lib/asn1/libasn1.la \
|
|
$(LIB_hcrypto) \
|
|
- $(LIB_roken) \
|
|
+ $(top_builddir)/lib/base/libheimbase.la \
|
|
+ $(top_builddir)/lib/vers/libvers.la \
|
|
+ $(LIBADD_roken) \
|
|
$(top_builddir)/lib/sl/libsl.la
|
|
|
|
CLEANFILES = $(BUILT_SOURCES) sel-gram.c sel-lex.c \
|