pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: wip/showmesh



On Fri, Dec 24, 2010 at 06:01:08PM +0000, ndb wrote:
> Module name:  wip
> Committed by: noud4
> Date:         Fri Dec 24 18:00:53 UTC 2010
> 
> Modified Files:
>       wip/showmesh: Makefile
> 
> Log Message:
> X11_TYPE fix.
> 
> 
> To generate a diff of this commit:
> cvs -z3 rdiff -u -r1.3 -r1.4 wip/showmesh/Makefile

This includes:

+.include "../../mk/bsd.prefs.mk"
+.if ${X11_TYPE} == "modular"
+.include "../../x11/libX11/buildlink3.mk"
+.else
 .include "../../mk/x11.buildlink3.mk"
+.endif

It should instead just be:
.include "../../x11/libX11/buildlink3.mk"
that should work in both cases, and if not, it's a bug.

Please simplify it this way.

Thanks,
 Thomas

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index