packages: wxHexEditor/wxHexEditor-build.patch (NEW), wxHexEditor/wxHexEdito...

charles charles at pld-linux.org
Sun Aug 30 14:02:19 CEST 2009


Author: charles                      Date: Sun Aug 30 12:02:18 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/wxHexEditor:
   wxHexEditor-build.patch (NONE -> 1.1)  (NEW), wxHexEditor-makefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/wxHexEditor/wxHexEditor-build.patch
diff -u /dev/null packages/wxHexEditor/wxHexEditor-build.patch:1.1
--- /dev/null	Sun Aug 30 14:02:19 2009
+++ packages/wxHexEditor/wxHexEditor-build.patch	Sun Aug 30 14:02:13 2009
@@ -0,0 +1,21 @@
+--- wxHexEditor/DataInterpreter.h.org	2009-08-28 01:50:53.000000000 +0200
++++ wxHexEditor/DataInterpreter.h	2009-08-28 01:51:17.000000000 +0200
+@@ -32,6 +32,8 @@
+ #ifndef DATAINTERPRETER_H
+ #define DATAINTERPRETER_H
+ 
++#include <stdint.h>
++
+ class DataInterpreter : public InterpreterGui{
+ 	protected:
+ 		struct unidata{
+--- wxHexEditor/HexEditorCtrl/wxHexCtrl/Tag.h.org	2009-08-28 01:54:32.000000000 +0200
++++ wxHexEditor/HexEditorCtrl/wxHexCtrl/Tag.h	2009-08-28 01:54:56.000000000 +0200
+@@ -28,6 +28,7 @@
+ #include <wx/popupwin.h>
+ #include <wx/dcmemory.h>
+ #include "TagDialogGui.h"
++#include <stdint.h>
+ 
+ class TagElement{
+ 	public:

================================================================
Index: packages/wxHexEditor/wxHexEditor-makefile.patch
diff -u /dev/null packages/wxHexEditor/wxHexEditor-makefile.patch:1.1
--- /dev/null	Sun Aug 30 14:02:19 2009
+++ packages/wxHexEditor/wxHexEditor-makefile.patch	Sun Aug 30 14:02:13 2009
@@ -0,0 +1,11 @@
+--- wxHexEditor/makefile.orig	2009-02-22 03:11:04.000000000 +0100
++++ wxHexEditor/makefile	2009-08-30 13:17:49.000000000 +0200
+@@ -1,6 +1,6 @@
+-WXCONFIG = wx-config
++WXCONFIG = wx-gtk2-unicode-config
+ CPP = `$(WXCONFIG) --cxx`
+-CXXFLAGS= `$(WXCONFIG) --cxxflags` -c -O3
++CXXFLAGS= `$(WXCONFIG) --cxxflags` -c
+ LDFLAGS = `$(WXCONFIG) --libs`
+ 
+ SOURCES= HexEditorGui.cpp FileDifference.cpp HexDialogs.cpp HexEditorApp.cpp HexEditor.cpp HexEditorCtrl/HexEditorCtrl.cpp HexEditorCtrl/wxHexCtrl/TagDialogGui.cpp HexEditorCtrl/wxHexCtrl/wxHexCtrl.cpp HexEditorCtrl/wxHexCtrl/Tag.cpp HexEditorCtrl/HexEditorCtrlGui.cpp HexEditorFrame.cpp
================================================================


More information about the pld-cvs-commit mailing list