svn commit: r321660 - head/net/freerdp

Dima Panov fluffy at FreeBSD.org
Mon Jun 24 02:43:39 UTC 2013


Author: fluffy
Date: Mon Jun 24 02:43:38 2013
New Revision: 321660
URL: http://svnweb.freebsd.org/changeset/ports/321660

Log:
  - Explicitly disable libxkbfile detection when no X11 option is selected
  
  PR:		179835
  Reported by:	Michael Moll <kvedulv AT kvedulv DOT de>

Modified:
  head/net/freerdp/Makefile

Modified: head/net/freerdp/Makefile
==============================================================================
--- head/net/freerdp/Makefile	Mon Jun 24 00:58:54 2013	(r321659)
+++ head/net/freerdp/Makefile	Mon Jun 24 02:43:38 2013	(r321660)
@@ -37,7 +37,7 @@ BUILD_DEPENDS+=	xmlto:${PORTSDIR}/textpr
 MAN1=		xfreerdp.1
 PLIST_SUB+=	X11=""
 .else
-CMAKE_ARGS+=	-DWITH_X11=OFF
+CMAKE_ARGS+=	-DWITH_X11=OFF -DWITH_XKBFILE=OFF
 PLIST_SUB+=	X11="@comment "
 .endif
 


More information about the svn-ports-all mailing list