svn commit: r481796 - head/misc/raspberrypi-userland

Emmanuel Vadot manu at FreeBSD.org
Thu Oct 11 09:14:12 UTC 2018


Author: manu
Date: Thu Oct 11 09:14:11 2018
New Revision: 481796
URL: https://svnweb.freebsd.org/changeset/ports/481796

Log:
  misc/raspberry-userland: Order USE* section
  
  Reported by:	mat
  Approved by:	bapt (mentor)
  Differential Revision:	https://reviews.freebsd.org/D17225

Modified:
  head/misc/raspberrypi-userland/Makefile

Modified: head/misc/raspberrypi-userland/Makefile
==============================================================================
--- head/misc/raspberrypi-userland/Makefile	Thu Oct 11 09:12:46 2018	(r481795)
+++ head/misc/raspberrypi-userland/Makefile	Thu Oct 11 09:14:11 2018	(r481796)
@@ -16,6 +16,8 @@ CONFLICTS_INSTALL=	libglesv2 libEGL
 
 USES=		cmake:outsource pkgconfig shebangfix
 
+USE_LDCONFIG=	yes
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	gonzoua
 GH_PROJECT=	userland
@@ -31,8 +33,6 @@ EXAMPLES_DESC=	Install test applications source code (
 EXAMPLES_LIB_DEPENDS=	libfreetype.so:print/freetype2
 
 DEBUG_CFLAGS_OFF=	-DNDEBUG
-
-USE_LDCONFIG=	yes
 
 LLD_UNSAFE=	yes
 


More information about the svn-ports-all mailing list