Disable howl support on Alpha during package building since howl is currently

broken on Alpha.  I'm waiting to hear back from the maintainer on a proposed
fix.
This commit is contained in:
Joe Marcus Clarke 2005-01-10 08:28:06 +00:00
parent 8a2ebf1269
commit 53b29d2240
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126031
2 changed files with 4 additions and 0 deletions

View File

@ -45,7 +45,9 @@ OPTIONS= KDE_MENUS "Integrated KDE menu picks" on
.undef WITHOUT_CDPARANOIA
.undef WITHOUT_SAMBA
.undef WITHOUT_MDNS
.if ${ARCH} != "alpha"
WITH_MDNS= yes
.endif
WITH_CDPARANOIA= yes
WITH_SAMBA= yes
.endif

View File

@ -45,7 +45,9 @@ OPTIONS= KDE_MENUS "Integrated KDE menu picks" on
.undef WITHOUT_CDPARANOIA
.undef WITHOUT_SAMBA
.undef WITHOUT_MDNS
.if ${ARCH} != "alpha"
WITH_MDNS= yes
.endif
WITH_CDPARANOIA= yes
WITH_SAMBA= yes
.endif