[84883] trunk/dports/tex/detex/files/patch-Makefile.diff

ryandesign at macports.org ryandesign at macports.org
Mon Oct 3 18:26:33 PDT 2011


Revision: 84883
          http://trac.macports.org/changeset/84883
Author:   ryandesign at macports.org
Date:     2011-10-03 18:26:33 -0700 (Mon, 03 Oct 2011)
Log Message:
-----------
detex: fix build with clang by ignoring function return type problems; see #30796

Modified Paths:
--------------
    trunk/dports/tex/detex/files/patch-Makefile.diff

Modified: trunk/dports/tex/detex/files/patch-Makefile.diff
===================================================================
--- trunk/dports/tex/detex/files/patch-Makefile.diff	2011-10-03 23:02:12 UTC (rev 84882)
+++ trunk/dports/tex/detex/files/patch-Makefile.diff	2011-10-04 01:26:33 UTC (rev 84883)
@@ -5,7 +5,7 @@
  # in detex.l (reported by pinard at iro.umontreal.ca)
  #
 -#DEFS	+= ${DEFS} -DNO_MALLOC_DECL
-+DEFS	+= -DNO_MALLOC_DECL
++DEFS	+= -DNO_MALLOC_DECL -Wno-return-type
  #
  CFLAGS	= -O ${DEFS}
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111003/70ffbc9d/attachment.html>


More information about the macports-changes mailing list