UDUNITS-1_yacc.patch 548 B

12345678910111213141516
  1. --- UDUNITS/1.12.11/GCCcore-10.2.0/udunits-1.12.11/src/lib/Makefile.in.orig 2020-12-09 13:16:13.732167939 +0100
  2. +++ UDUNITS/1.12.11/GCCcore-10.2.0/udunits-1.12.11/src/lib/Makefile.in 2020-12-09 13:14:48.085498580 +0100
  3. @@ -60,11 +60,11 @@
  4. # with other parsers).
  5. #
  6. utparse.c: utparse.y
  7. - yacc -b utparse -d -p ut utparse.y
  8. + yacc -b utparse -d -p ut utparse.y -Wconflicts-sr -Wcounterexamples
  9. cat utparse.tab.c > $@
  10. rm utparse.tab.c
  11. cat utparse.tab.h > utparse.h
  12. - rm utparse.tab.h
  13. +# rm utparse.tab.h
  14. # case `uname -s` in \
  15. # OSF1) \