summaryrefslogtreecommitdiff
path: root/package/lynx/patches/patch-makefile_in
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/lynx/patches/patch-makefile_in
Initial import
Diffstat (limited to 'package/lynx/patches/patch-makefile_in')
-rw-r--r--package/lynx/patches/patch-makefile_in22
1 files changed, 22 insertions, 0 deletions
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) \