mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4a1ca02b61
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
17 lines
434 B
Plaintext
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@
|