Fix the plist on architectures where bktr(4) isn't available.
Approved by: maintainer Noticed by: kris/pointyhat
This commit is contained in:
parent
665b10cc4e
commit
9f07c57763
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156403
2 changed files with 7 additions and 1 deletions
|
@ -64,6 +64,12 @@ USE_OPENLDAP= yes
|
|||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
.if (${ARCH} == "i386") || (${ARCH} == "ia64")
|
||||
PLIST_SUB+= BSDVIDEO=""
|
||||
.else
|
||||
PLIST_SUB+= BSDVIDEO="@comment"
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" SDLLIBDIR="${LOCALBASE}/lib"
|
||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" SDLLIBDIR="${LOCALBASE}/lib" STDCCFLAGS+="-I${LOCALBASE}"
|
||||
|
||||
|
|
|
@ -158,7 +158,7 @@ lib/libpt_r.so.1
|
|||
lib/libpt_r.so.1.9
|
||||
lib/libpt_r.so.1.9.2
|
||||
lib/pwlib/devices/sound/oss_pwplugin.so
|
||||
lib/pwlib/devices/videoinput/bsdvideo_pwplugin.so
|
||||
%%BSDVIDEO%%lib/pwlib/devices/videoinput/bsdvideo_pwplugin.so
|
||||
@dirrm lib/pwlib/devices/sound
|
||||
@dirrm lib/pwlib/devices/videoinput
|
||||
@dirrm lib/pwlib/devices
|
||||
|
|
Loading…
Reference in a new issue