diff options
Diffstat (limited to 'graphics/wings/files/patch-e3d_Makefile')
-rw-r--r-- | graphics/wings/files/patch-e3d_Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/wings/files/patch-e3d_Makefile b/graphics/wings/files/patch-e3d_Makefile new file mode 100644 index 00000000000..b133266cb79 --- /dev/null +++ b/graphics/wings/files/patch-e3d_Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- e3d/Makefile.orig Fri May 30 13:01:47 2003 ++++ e3d/Makefile Fri May 30 13:02:00 2003 +@@ -46,7 +46,7 @@ + # FLAGS + # ---------------------------------------------------- + ERL_FLAGS += +-ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars ++ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) + + # ---------------------------------------------------- + # Targets |