From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/lynx/patches/patch-makefile_in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package/lynx/patches/patch-makefile_in (limited to 'package/lynx/patches/patch-makefile_in') diff --git a/package/lynx/patches/patch-makefile_in b/package/lynx/patches/patch-makefile_in new file mode 100644 index 000000000..b0a79fe71 --- /dev/null +++ b/package/lynx/patches/patch-makefile_in @@ -0,0 +1,22 @@ +$Id$ +$MirOS: ports/www/lynx/patches/patch-makefile_in,v 1.2 2007/05/20 12:06:19 tg Exp $ +--- lynx2-8-7/makefile.in.orig Thu May 17 22:52:59 2007 ++++ lynx2-8-7/makefile.in Sun May 20 11:17:21 2007 +@@ -161,13 +161,13 @@ SITE_DEFS = # Your defines here + # for installation of local execution links, please see the file userdefs.h + + WWW_CFLAGS = \ +- LY_CFLAGS="$(CFLAGS)" \ +- CPPFLAGS="$(CPPFLAGS)" \ ++ LY_CFLAGS='${CFLAGS}' \ ++ CPPFLAGS='${CPPFLAGS}' \ + LYFLAGS="$(SITE_LYDEFS)" + + SRC_CFLAGS = \ +- CFLAGS="$(CFLAGS)" \ +- CPPFLAGS="$(CPPFLAGS)" \ ++ CFLAGS='${CFLAGS}' \ ++ CPPFLAGS='${CPPFLAGS}' \ + LIBS="$(LIBS) $(RESOLVLIB) $(WAISLIB) $(SITE_LIBS)" \ + SITE_DEFS="$(SITE_DEFS)" \ + WWWINC=$(WWWINC) \ -- cgit v1.2.3