patch-jffi_jni_GNUmakefile 478 B

123456789101112131415
  1. $OpenBSD: patch-jffi_jni_GNUmakefile,v 1.1 2017/05/25 11:23:02 espie Exp $
  2. Index: jffi/jni/GNUmakefile
  3. --- jffi/jni/GNUmakefile.orig
  4. +++ jffi/jni/GNUmakefile
  5. @@ -68,7 +68,7 @@ WERROR = -Werror
  6. ifneq ($(OS),darwin)
  7. WFLAGS += -Wundef $(WERROR)
  8. endif
  9. -WFLAGS += -W -Wall -Wno-unused -Wno-parentheses
  10. +WFLAGS += -W -Wall -Wno-unused -Wno-parentheses -Wno-unused-parameter
  11. PICFLAGS = -fPIC
  12. SOFLAGS = # Filled in for each OS specifically
  13. FFI_MMAP_EXEC = -DFFI_MMAP_EXEC_WRIT