summaryrefslogtreecommitdiff
path: root/devel/libctl/patches/patch-aa
blob: 6841324cefebe402d7f0083dfd07b83435b4915c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2001/01/21 04:49:45 jtb Exp $

--- configure.in.orig
+++ configure.in
@@ -115,7 +115,7 @@
 # so that examples/Makefile.in can be used as-is for other programs:
 CPPFLAGS="$CPPFLAGS -I`pwd`/$srcdir/base -I`pwd`/$srcdir/utils"
 LDFLAGS="$LDFLAGS -L`pwd`/$srcdir/base"
-LIBS="-lctl $LIBS"
+#LIBS="-lctl $LIBS"
 
 LIBCTL_DIR="`pwd`/$srcdir"
 AC_SUBST(LIBCTL_DIR)