mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
c35c9933e8
-- We don't have <des.h> anymore. Use <openssl/des.h>.
12 lines
434 B
Plaintext
12 lines
434 B
Plaintext
--- sysdep/freebsd/Makefile.sysdep.orig Fri Feb 21 10:14:47 2003
|
|
+++ sysdep/freebsd/Makefile.sysdep Thu Aug 29 01:39:36 2002
|
|
@@ -42,7 +42,7 @@
|
|
LIBSYSDEPDIR= ${.CURDIR}/sysdep/common/libsysdep
|
|
.endif
|
|
|
|
-LDADD+= -lgmp ${LIBSYSDEPDIR}/libsysdep.a -lipsec -L/usr/local/lib
|
|
+LDADD+= ${LIBSYSDEPDIR}/libsysdep.a -lipsec -L/usr/local/lib
|
|
DPADD+= ${LIBGMP} ${LIBSYSDEPDIR}/libsysdep.a
|
|
|
|
CFLAGS+= -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS \
|