[61754] trunk/dports/sysutils/tmux/files/GNUmakefile.diff

toby at macports.org toby at macports.org
Sun Dec 20 17:01:43 PST 2009


Revision: 61754
          http://trac.macports.org/changeset/61754
Author:   toby at macports.org
Date:     2009-12-20 17:01:42 -0800 (Sun, 20 Dec 2009)
Log Message:
-----------
fix CC

Modified Paths:
--------------
    trunk/dports/sysutils/tmux/files/GNUmakefile.diff

Modified: trunk/dports/sysutils/tmux/files/GNUmakefile.diff
===================================================================
--- trunk/dports/sysutils/tmux/files/GNUmakefile.diff	2009-12-21 00:59:35 UTC (rev 61753)
+++ trunk/dports/sysutils/tmux/files/GNUmakefile.diff	2009-12-21 01:01:42 UTC (rev 61754)
@@ -7,7 +7,7 @@
 -CC?= cc
 -CFLAGS+= -DBUILD="\"$(VERSION)\""
 -LDFLAGS+= -L/usr/local/lib
-+CC?= __CC__
++CC= __CC__
 +CFLAGS+= __CFLAGS__ -DBUILD="\"$(VERSION)\""
 +LDFLAGS+= __LDFLAGS__
  LIBS+=
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091220/d681c456/attachment.html>


More information about the macports-changes mailing list