openbsd-ports/databases/lbdb/patches/patch-Makefile_in
sthen c451636ee3 - avoid pulling in gawk if installed at build time, pointed out by
Mike on the Openbsd-newbies mailing list.

- add libiconv support, bump PKGNAME
2009-04-18 09:02:05 +00:00

10 lines
335 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2009/04/18 09:02:05 sthen Exp $
--- Makefile.in.orig Sat Apr 18 09:54:34 2009
+++ Makefile.in Sat Apr 18 09:54:48 2009
@@ -189,4 +189,4 @@ Makefile: Makefile.in
-e 's!@''dotlock@!$(DOTLOCKBASE)!' $@.in > $@
%.o: %.c
- $(CC) $(CFLAGS) $(DEFS) -c $<
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) -c $<