594dc20e48
Make sure only the external libpopt is used, instead of a mix between external and internal. from Brad with some tweaks
13 lines
427 B
Plaintext
13 lines
427 B
Plaintext
$OpenBSD: patch-build_Makefile_in,v 1.1 2011/10/16 07:03:12 ajacoutot Exp $
|
|
--- build/Makefile.in.orig Sun Sep 4 04:47:09 2011
|
|
+++ build/Makefile.in Sun Sep 4 04:48:34 2011
|
|
@@ -159,7 +159,7 @@ varprefix = @varprefix@
|
|
|
|
AUTOMAKE_OPTIONS = 1.4 foreign
|
|
|
|
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/popt @INCPATH@
|
|
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/lib @INCPATH@
|
|
|
|
|
|
pkgincdir = $(pkgincludedir)
|