[62351] trunk/dports/sysutils/screen/files/patch-Makefile.in

ryandesign at macports.org ryandesign at macports.org
Mon Jan 4 16:50:46 PST 2010


Revision: 62351
          http://trac.macports.org/changeset/62351
Author:   ryandesign at macports.org
Date:     2010-01-04 16:50:44 -0800 (Mon, 04 Jan 2010)
Log Message:
-----------
screen: ensure we're UsingTheRightCompiler (fixes #23132)

Modified Paths:
--------------
    trunk/dports/sysutils/screen/files/patch-Makefile.in

Modified: trunk/dports/sysutils/screen/files/patch-Makefile.in
===================================================================
--- trunk/dports/sysutils/screen/files/patch-Makefile.in	2010-01-05 00:28:11 UTC (rev 62350)
+++ trunk/dports/sysutils/screen/files/patch-Makefile.in	2010-01-05 00:50:44 UTC (rev 62351)
@@ -5,7 +5,7 @@
  
  comm.h: comm.c comm.sh config.h
 -	AWK=$(AWK) CC="$(CC) $(CFLAGS)" srcdir=${srcdir} sh $(srcdir)/comm.sh
-+	AWK=$(AWK) srcdir=${srcdir} sh $(srcdir)/comm.sh
++	AWK=$(AWK) CC="$(CC)" srcdir=${srcdir} sh $(srcdir)/comm.sh
  
  osdef.h: osdef.sh config.h osdef.h.in
  	CPP="$(CPP) $(CPPFLAGS)" srcdir=${srcdir} sh $(srcdir)/osdef.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100104/951a2adb/attachment.html>


More information about the macports-changes mailing list