diff options
author | jseger <jseger@FreeBSD.org> | 1999-12-02 12:55:45 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-12-02 12:55:45 +0800 |
commit | e15779562f384942eb727f4edf4188780b59618d (patch) | |
tree | f2f09108e71f999d2757f908d7135fc5f95685bf /net | |
parent | 97236c8bd2ad7348c91188ccc4f1658e661a9c7d (diff) | |
download | freebsd-ports-gnome-e15779562f384942eb727f4edf4188780b59618d.tar.gz freebsd-ports-gnome-e15779562f384942eb727f4edf4188780b59618d.tar.zst freebsd-ports-gnome-e15779562f384942eb727f4edf4188780b59618d.zip |
Fix build under 3.X
Submitted by: Patrick Bihan-Faou <patrick@mindstep.com>
PR: ports/14885
Diffstat (limited to 'net')
-rw-r--r-- | net/pipsecd/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pipsecd/files/patch-aa b/net/pipsecd/files/patch-aa index 88f6b6f09f59..ce57cc312113 100644 --- a/net/pipsecd/files/patch-aa +++ b/net/pipsecd/files/patch-aa @@ -21,7 +21,7 @@ pipsecd: tunip.c defs.h - gcc -Wall -I$(INCDIR) -g $(OPTDEF) -o pipsecd tunip.c -L$(LIBDIR) $(OPTLIB) -lcrypto -+ gcc -Wall $(INCDIR) -g $(OPTDEF) -o pipsecd tunip.c $(LIBDIR) $(OPTLIB) -lcrypto $(DEFINES) ++ gcc -Wall $(INCDIR) -g $(OPTDEF) -o pipsecd tunip.c $(LIBDIR) $(OPTLIB) -lcrypto -lRSAglue -lrsaref $(DEFINES) install: pipsecd - install pipsecd /usr/local/sbin/ |