pkgsrc-WIP-changes archive

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

vlc: pkglint -Wall -Call



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Mar 20 18:57:08 2018 +0100
Changeset:	b2fa1f9d007911de7cb3162b7ba041268ec4f45f

Modified Files:
	vlc/options.mk

Log Message:
vlc: pkglint -Wall -Call

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b2fa1f9d007911de7cb3162b7ba041268ec4f45f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vlc/options.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/vlc/options.mk b/vlc/options.mk
index 8f629a0f81..53817fc6aa 100644
--- a/vlc/options.mk
+++ b/vlc/options.mk
@@ -100,9 +100,9 @@ DEPENDS+= dejavu-ttf>=2.0:../../fonts/dejavu-ttf
 CONFIGURE_ARGS+=	--enable-qt \
 			--with-x
 PLIST.x11=		yes
-.if ${X11_TYPE} == "modular" || exists(${X11BASE}/include/EGL/egl.h)
+.  if ${X11_TYPE} == "modular" || exists(${X11BASE}/include/EGL/egl.h)
 PLIST.egl=		yes
-.endif
+.  endif
 .else
 CONFIGURE_ARGS+=	--without-x \
 			--disable-xcb \


Home | Main Index | Thread Index | Old Index