12 lines
310 B
Text
12 lines
310 B
Text
$NetBSD: patch-configure,v 1.2 2016/03/26 23:05:10 joerg Exp $
|
|
|
|
* Catch LIBS from pkgsrc Makefile
|
|
|
|
--- configure.orig 2001-02-25 14:24:03.000000000 +0000
|
|
+++ configure
|
|
@@ -1,5 +1,4 @@
|
|
#!/bin/sh
|
|
-LIBS=
|
|
rm -f Makefile config.h
|
|
if [ -f /usr/include/netinet/ip6.h ]; then
|
|
echo "#define USE_IPV6" >> config.h
|