b69c00be9c
- Don't link in static version of libintl/libiconv - Don't use bundled libintl headers - Bump PKGNAME
13 lines
494 B
Plaintext
13 lines
494 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1 2005/11/11 09:23:55 alek Exp $
|
|
--- src/Makefile.in.orig Fri Nov 11 10:17:20 2005
|
|
+++ src/Makefile.in Fri Nov 11 10:17:32 2005
|
|
@@ -148,7 +148,7 @@ sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/intl
|
|
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
|
|
|
|
bin_PROGRAMS = wol
|
|
bin_SCRIPTS = wol-dhcpdconf wol-bootptab
|