[107865] trunk/base/src

Ryan Schmidt ryandesign at macports.org
Sun Jul 7 19:03:44 PDT 2013


On Jul 7, 2013, at 18:03, cal at macports.org wrote:

> Revision: 107865
>          https://trac.macports.org/changeset/107865
> Author:   cal at macports.org
> Date:     2013-07-07 16:03:34 -0700 (Sun, 07 Jul 2013)
> Log Message:
> -----------
> tracelib: conform to C90
> 
> Modified Paths:
> --------------
>    trunk/base/src/darwintracelib1.0/Makefile
>    trunk/base/src/pextlib1.0/tracelib.c
> 
> Modified: trunk/base/src/darwintracelib1.0/Makefile
> ===================================================================
> --- trunk/base/src/darwintracelib1.0/Makefile	2013-07-07 22:53:34 UTC (rev 107864)
> +++ trunk/base/src/darwintracelib1.0/Makefile	2013-07-07 23:03:34 UTC (rev 107865)
> @@ -4,8 +4,11 @@
> 
> include ../../Mk/macports.autoconf.mk
> 
> +ARCHFLAGS=-arch i386 -arch x86_64
> CFLAGS+= -fPIC -Wno-deprecated-declarations -std=c99
> +CFLAGS+=${ARCHFLAGS}
> CFLAGS_PEDANTIC=
> +SHLIB_LDFLAGS+=${ARCHFLAGS}
> 
> all:: ${SHLIB_NAME}


This is an Intel-only feature? Or was this commit unrelated / unintended?




More information about the macports-dev mailing list