ports/devel/tcl-trf/files/patch-Makefile
Mikhail Teterin 52b76e1327 Resurrect this port from the Attic based on the new version from the
author. As before, we modify the author's code to use either OpenSSL's
-lcrypto or BSD's -lmd /directly/ instead of compiling the bundled
definitions digests.

We also link with -lz and -lbz2 instead of dlopen-ing them at run-time.
2009-07-13 05:30:15 +00:00

16 lines
449 B
Text

--- Makefile.in 2009-06-18 00:45:22.000000000 -0400
+++ Makefile.in 2009-07-13 01:07:48.000000000 -0400
@@ -84,5 +84,5 @@
DESTDIR =
-PKG_DIR = $(PACKAGE_NAME)$(PACKAGE_VERSION)
+PKG_DIR = $(PACKAGE_NAME)
pkgdatadir = $(datadir)/$(PKG_DIR)
pkglibdir = $(libdir)/$(PKG_DIR)
@@ -154,5 +154,5 @@
CPPFLAGS = @CPPFLAGS@
-LIBS = @PKG_LIBS@ @LIBS@
+LIBS = @PKG_LIBS@ @LIBS@ -lz -lbz2 -lcrypt ${SSLLIB} -lcrypto
AR = @AR@
CFLAGS = @CFLAGS@