Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 23:26:55 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342896 - head/deskutils/launchy
Message-ID:  <201402052326.s15NQtfS001546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Feb  5 23:26:55 2014
New Revision: 342896
URL: http://svnweb.freebsd.org/changeset/ports/342896
QAT: https://qat.redports.org/buildarchive/r342896/

Log:
  deskutils/launchy: explicitly link libX11 (taken from dports)

Modified:
  head/deskutils/launchy/Makefile

Modified: head/deskutils/launchy/Makefile
==============================================================================
--- head/deskutils/launchy/Makefile	Wed Feb  5 23:19:37 2014	(r342895)
+++ head/deskutils/launchy/Makefile	Wed Feb  5 23:26:55 2014	(r342896)
@@ -16,6 +16,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/xdg-open:$
 USES=		dos2unix qmake
 DOS2UNIX_FILES=	readme.lyx readme.txt
 USE_QT4=	moc_build rcc_build uic_build gui network
+LDFLAGS+=	-lX11
 PORTDOCS=	*
 
 MAKE_JOBS_UNSAFE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402052326.s15NQtfS001546>