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:
parent
8a2ebf1269
commit
53b29d2240
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126031
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user