lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 296dad1 5/8: Base wx patches on source direct


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 296dad1 5/8: Base wx patches on source directory, not its parent
Date: Thu, 18 May 2017 22:45:45 -0400 (EDT)

branch: master
commit 296dad1dccf4a0e215b4b10e80f1bbdd9eb7a9cc
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Base wx patches on source directory, not its parent
    
    Replaced this old style:
    
    --- original/wxWidgets-3.0.0/include/wx/cpp.h
    +++ modified/wxWidgets-3.0.0/include/wx/cpp.h
    
    with this new style:
    
    --- original/include/wx/cpp.h
    +++ modified/include/wx/cpp.h
    
    which makes more sense especially now that git snapshots are generally
    used instead of named release tarballs.
---
 install_wx.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_wx.make b/install_wx.make
index e2fb311..6262220 100644
--- a/install_wx.make
+++ b/install_wx.make
@@ -170,7 +170,7 @@ patchset        := wx-$(wx_version).patch
 
 .PHONY: all
 all: clobber $(source_archives)
-       -[ -e $(patchset) ] && $(PATCH) --directory=$(wx_dir) --strip=1 
<$(patchset)
+       -[ -e $(patchset) ] && $(PATCH) --directory=$(source_dir) --strip=1 
<$(patchset)
        $(MKDIR) --parents $(build_dir)
        $(MAKE) --file=$(this_makefile) --directory=$(build_dir) wx
        $(MAKE) --file=$(this_makefile) --directory=$(prefix)/bin 
portable_script



reply via email to

[Prev in Thread] Current Thread [Next in Thread]