[29852] trunk/dports/x11/xfe/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Oct 12 14:08:43 PDT 2007
On Oct 12, 2007, at 08:27, source_changes at macosforge.org wrote:
> Revision: 29852
> http://trac.macosforge.org/projects/macports/changeset/29852
> Author: afb at macports.org
> Date: 2007-10-12 06:27:47 -0700 (Fri, 12 Oct 2007)
>
> Log Message:
> -----------
> append flags instead of replace them...
>
> Modified Paths:
> --------------
> trunk/dports/x11/xfe/Portfile
>
> Modified: trunk/dports/x11/xfe/Portfile
> ===================================================================
> --- trunk/dports/x11/xfe/Portfile 2007-10-12 10:43:45 UTC (rev 29851)
> +++ trunk/dports/x11/xfe/Portfile 2007-10-12 13:27:47 UTC (rev 29852)
> @@ -24,8 +24,8 @@
> depends_lib lib:libFOX-1.6:fox lib:libpng:libpng port:freetype
>
> configure.args --with-included-gettext --enable-release
> -configure.cppflags -I${prefix}/include/freetype2
> -configure.ldflags -L/usr/X11R6/lib
> +configure.cppflags-append -I${prefix}/include/freetype2
> +configure.ldflags-append -L/usr/X11R6/lib
> configure.env LIBS="-lX11 -lXft"
> post-configure {
> reinplace "s;/usr/local/share;${prefix}/share;" \
By the way, wouldn't it be a good idea to use ${x11prefix} here
instead of hardcoding /usr/X11R6?
More information about the macports-dev
mailing list