diff options
Diffstat (limited to 'databases/grass6/files/patch-gui__wxpython__Makefile')
-rw-r--r-- | databases/grass6/files/patch-gui__wxpython__Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/grass6/files/patch-gui__wxpython__Makefile b/databases/grass6/files/patch-gui__wxpython__Makefile new file mode 100644 index 000000000000..6495922bafbb --- /dev/null +++ b/databases/grass6/files/patch-gui__wxpython__Makefile @@ -0,0 +1,12 @@ +--- gui/wxpython/Makefile.orig ++++ gui/wxpython/Makefile +@@ -19,7 +19,8 @@ + mapdisp modules nviz psmap vdigit wxplot) + DSTDIRS := $(patsubst %,$(ETCDIR)/%,compat icons scripts xml) + +-default: $(DSTFILES) menustrings.py ++default: $(DSTFILES) ++ -$(MAKE) menustrings.py + $(MAKE) parsubdirs + + $(ETCDIR)/%: % | $(PYDSTDIRS) $(DSTDIRS) |