1
0
forked from ports/opt

cups-filters: remove '-w' gcc option because it might break stuff

This commit is contained in:
Juergen Daubert 2019-12-08 15:02:10 +01:00
parent 68f50b907d
commit 09802fb70f
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/e6zi8KW9FyTS3W/mP7fiBHorjdUOWMnv5fEURGXteebvucSGAerYUQiX4CzScZUtLLmpsbKbjKd1B5nZw41iw0=
SHA256 (Pkgfile) = 7004411379e37701d250b92d415510f33707f9d93ae7730a2531d5c393e79278
RWSE3ohX2g5d/RCQ00nJ2pFvajq4zvG3IAtVd53+xXDDr8+DSKdLkgk4cVeEH+Pytd21Ut4rDgg+I3WQipqr0f1WQwAbnf9TnQM=
SHA256 (Pkgfile) = 9e23a441c052a3f3e7220acba57f10d8c5606149ddaa7c4e5b10d726c35bb4f6
SHA256 (.footprint) = 57a65621a531177c2925ca3ba37032a5b8428f59f1755450f040260bab290ab8
SHA256 (cups-filters-1.25.13.tar.xz) = 5272ed6c58c3291527c6d0dacb719a253b621fc0e9462be8dfdf9b7bcd3d6bfc
SHA256 (cups-browsed) = 4c4900ee88d488078da20a5cabc949921382fa69bc28bb2a7f89fa5ae01afb5b

View File

@ -21,7 +21,7 @@ build () {
--without-rcdir \
--with-browseremoteprotocols=cups
make CFLAGS+="-w" CPPFLAGS+="-w"
make
make DESTDIR=$PKG install
install -D -m 0755 $SRC/cups-browsed $PKG/etc/rc.d/cups-browsed