diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-19 18:16:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-19 18:16:36 +0000 |
commit | 217f5326a654bb107959fbe942ac34a4dd8df224 (patch) | |
tree | 2eb2e092dd428a317ca7251c5419911029bf9cd0 /testing/wxformbuilder/libdl.patch | |
parent | 0663df1be293b9e699a11463cc785a452cec4ea4 (diff) | |
download | aports-217f5326a654bb107959fbe942ac34a4dd8df224.tar.bz2 aports-217f5326a654bb107959fbe942ac34a4dd8df224.tar.xz |
testing/wxformbuilder: upgrade to 3.1.70
Diffstat (limited to 'testing/wxformbuilder/libdl.patch')
-rw-r--r-- | testing/wxformbuilder/libdl.patch | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/testing/wxformbuilder/libdl.patch b/testing/wxformbuilder/libdl.patch index cc0be82ae..41aa10e38 100644 --- a/testing/wxformbuilder/libdl.patch +++ b/testing/wxformbuilder/libdl.patch @@ -1,11 +1,11 @@ ---- ./src/Makefile.orig -+++ ./src/Makefile -@@ -5,6 +5,8 @@ - CONFIG=Release - endif - -+LDFLAGS += -ldl -+ - ifeq ($(CONFIG),Release) - BINDIR := ../output/bin - LIBDIR := .. +--- ./src/premake.lua.orig ++++ ./src/premake.lua +@@ -58,7 +58,7 @@ + package.libpaths = { "../output/lib/wxformbuilder", "../sdk/lib" }
+ end
+ -- Set the libraries it links to.
+-package.links = { "wxFlatNotebook", "wxPropGrid", "wxScintilla", "TiCPP", "plugin-interface" }
++package.links = { "wxFlatNotebook", "wxPropGrid", "wxScintilla", "TiCPP", "plugin-interface", "dl" }
+
+ -- Add libraries and build options for stack trace in MinGW
+ if ( windows and ( (string.find( target or "", ".*-gcc" )) or (target == "gnu") ) ) then
|