mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
* Correct a typo I introduced in my 1.10.2 update, and correct the v4l_compat
dependency [1] * Switch INSTALLS_SHLIB to USE_LDCONFIG while I'm here Reported by: Pawel Worach <pawel.worach@gmail.com> [1]
This commit is contained in:
parent
0e9494bad2
commit
3b6aa05a44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181249
@ -28,7 +28,7 @@ WANT_GNOME= yes
|
||||
WANT_SDL= yes
|
||||
USE_OPENSSL= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -129,7 +129,7 @@ PLIST_SUB+= BSDVIDEO="@comment "
|
||||
!defined(WITHOUT_V4L) )
|
||||
CONFIGURE_ARGS+=--enable-v4l
|
||||
PLIST_SUB+= V4L=""
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-v4l
|
||||
PLIST_SUB+= V4L="@comment "
|
||||
|
Loading…
Reference in New Issue
Block a user