diff options
Diffstat (limited to 'print/hpijs/patches/patch-aa')
-rw-r--r-- | print/hpijs/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/hpijs/patches/patch-aa b/print/hpijs/patches/patch-aa new file mode 100644 index 00000000000..85630bf4b75 --- /dev/null +++ b/print/hpijs/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2005/03/26 13:59:33 dmcmahill Exp $ + +--- configure.in.orig 2004-10-14 19:23:55.000000000 -0400 ++++ configure.in +@@ -151,5 +151,8 @@ dnl Checks for library functions. + AC_FUNC_MEMCMP + AC_CHECK_FUNCS(strtod strtol) + AC_CHECK_FUNC(pow, , AC_CHECK_LIB(m, pow)) ++AC_CHECK_FUNC(gethostbyname, , AC_CHECK_LIB(nsl, gethostbyname)) ++AC_CHECK_FUNC(socket, , AC_CHECK_LIB(socket, socket)) ++AC_CHECK_FUNCS(recv send connect) + + AC_OUTPUT(Makefile) |