xscrabble-2.10-build.patch 305 B

1234567891011121314
  1. respect compiler, ldflags and cflags
  2. --- build
  3. +++ build
  4. @@ -36,7 +36,7 @@
  5. #define RULES_FILE \"$LIBDIR/en/scrabble_rules\"
  6. " > src/config.h
  7. xmkmf -a
  8. - make
  9. + make CC="${CC}" CCOPTIONS="${CFLAGS}" LOCAL_LDFLAGS="${LDFLAGS}"
  10. echo "
  11. Now, type './build install' to install programs in $BINDIR
  12. "