[csw-devel] SF.net SVN: gar:[4443] csw/mgar/pkg/zsh/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Apr 23 10:07:46 CEST 2009


Revision: 4443
          http://gar.svn.sourceforge.net/gar/?rev=4443&view=rev
Author:   dmichelsen
Date:     2009-04-23 08:07:45 +0000 (Thu, 23 Apr 2009)

Log Message:
-----------
zsh: Fix CPPFLAGS

Modified Paths:
--------------
    csw/mgar/pkg/zsh/trunk/Makefile

Modified: csw/mgar/pkg/zsh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zsh/trunk/Makefile	2009-04-23 00:17:10 UTC (rev 4442)
+++ csw/mgar/pkg/zsh/trunk/Makefile	2009-04-23 08:07:45 UTC (rev 4443)
@@ -31,4 +31,4 @@
 
 # Use term.h from ncurses or we get compile errors
 #   http://www.zsh.org/mla/workers/2007/msg01236.html
-CFLAGS := -I$(includedir)/ncurses $(CFLAGS)
+CPPFLAGS := -I$(includedir)/ncursesw $(CPPFLAGS)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list