Fix the plist on architectures where bktr(4) isn't available.

Approved by:	maintainer
Noticed by:	kris/pointyhat
This commit is contained in:
Alexander Leidinger 2006-02-19 19:16:19 +00:00
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

View file

@ -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}"

View file

@ -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