1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/tcl-trf/files/patch-Makefile
Mikhail Teterin 4a1ca02b61 Stop chasing the whims of OpenSSL and use our own -lmd
as the source of various digest-algorithms. Years ago,
when I was undertaking the replacement of the bundled
implementations with those found in the base system, it
seemed like OpenSSL will be more stable... Ha-ha.

Fix the WWW, while I'm here.

PR:		229026
Submitted by:	brnrd
Reported by:	Package Fallout
2018-10-21 05:13:12 +00:00

17 lines
434 B
Plaintext

--- 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 -lmd
AR = @AR@
CFLAGS = @CFLAGS@