diff options
author | Mark Murray <markm@FreeBSD.org> | 2003-06-10 13:06:41 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2003-06-10 13:06:41 +0000 |
commit | cb350defb66e14e5e7ed1aeec5527f4d1a331802 (patch) | |
tree | d60cdf8f4e843d65ab1a368fabd49ab01c7fdba5 /net/xisp/files/patch-Makefile | |
parent | - remove empty dirs (diff) |
Slightly crude fix for libcipher removal. Improvements welcome.
Notes
Notes:
svn path=/head/; revision=82675
Diffstat (limited to 'net/xisp/files/patch-Makefile')
-rw-r--r-- | net/xisp/files/patch-Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/net/xisp/files/patch-Makefile b/net/xisp/files/patch-Makefile index b1861b2b67fb..c04e7a461c8a 100644 --- a/net/xisp/files/patch-Makefile +++ b/net/xisp/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Feb 3 04:59:04 2003 -+++ Makefile Mon Feb 3 04:59:28 2003 +--- Makefile.orig Tue Jun 10 13:24:04 2003 ++++ Makefile Tue Jun 10 13:48:35 2003 @@ -13,8 +13,8 @@ #===================================================================== # @@ -11,3 +11,14 @@ INCX11 = $(X11PREFIX)/include LIBX11 = $(X11PREFIX)/lib INCFORMS = $(X11PREFIX)/include/X11 +@@ -223,8 +223,8 @@ + GROUP = dialer + CHAT_PATH = /usr/bin + PPPD_PATH = /usr/sbin +-CCFLAGS = -Wall -O +-EXTRALIBS = -lcipher ++CCFLAGS = -Wall -O -DUSE_OPENSSL ++EXTRALIBS = -lcrypto + LINKX11 = -Wl,-R$(LIBX11) + LINKFORMS = -L$(LIBFORMS) -lforms + INSTALL = /usr/bin/install |