mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
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
16 lines
434 B
Text
16 lines
434 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 -lmd
|
|
AR = @AR@
|
|
CFLAGS = @CFLAGS@
|