diff options
Diffstat (limited to 'graphics/wings-devel/files/patch-plugins__src_commands_Makefile')
-rw-r--r-- | graphics/wings-devel/files/patch-plugins__src_commands_Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/wings-devel/files/patch-plugins__src_commands_Makefile b/graphics/wings-devel/files/patch-plugins__src_commands_Makefile new file mode 100644 index 000000000000..52dd7c1c3fef --- /dev/null +++ b/graphics/wings-devel/files/patch-plugins__src_commands_Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- plugins_src/commands/Makefile.orig Fri May 30 12:58:01 2003 ++++ plugins_src/commands/Makefile Fri May 30 12:58:59 2003 +@@ -38,7 +38,7 @@ + # FLAGS + # ---------------------------------------------------- + ERL_FLAGS += -I $(WINGS_SRC) -I $(WINGS_E3D) -pa $(ESDL_PATH)/ebin +-ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars +debug_info ++ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +debug_info + + # ---------------------------------------------------- + # Targets |