c451636ee3
Mike on the Openbsd-newbies mailing list. - add libiconv support, bump PKGNAME
10 lines
335 B
Plaintext
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 $<
|