1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

make compilable with KINK.

This commit is contained in:
Munechika SUMIKAWA 2009-11-22 01:56:32 +00:00
parent dd298e21d4
commit ce3d8b0a57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244629
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- kinkd/Makefile.in~ 2006-01-11 11:38:55.000000000 +0900
+++ kinkd/Makefile.in 2009-11-22 10:39:25.000000000 +0900
@@ -68,3 +68,7 @@
.PHONY: .depend
@IF_GMAKE@-include .depend
+
+# override default .c.o rule in case it doesn't include CPPFLAGS (FreeBSD)
+.c.o:
+ $(CC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<

View File

@ -0,0 +1,11 @@
--- kinkd/configure- 2009-11-22 10:28:45.000000000 +0900
+++ kinkd/configure 2009-11-22 10:28:56.000000000 +0900
@@ -2055,7 +2055,7 @@
else
echo "$ac_t""no" 1>&6
-LIBS="$LIBS -ldes"; cat >> confdefs.h <<\EOF
+LIBS="$LIBS -lhx509"; cat >> confdefs.h <<\EOF
#define HAVE_LIBDES 1
EOF