aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/wxformbuilder/libdl.patch
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-05-31 18:04:08 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-05-31 18:04:08 +0000
commit5aa2bcb735fe37b3b6efd4a04b85960e3da4960c (patch)
treed0ec6ddb68436bf112ca6dd5d5dc77ca737edc4f /unmaintained/wxformbuilder/libdl.patch
parent666d2402e33336d7c748032ae2456d242d03e289 (diff)
downloadaports-5aa2bcb735fe37b3b6efd4a04b85960e3da4960c.tar.bz2
aports-5aa2bcb735fe37b3b6efd4a04b85960e3da4960c.tar.xz
testing/wxformbuilder: move to unmaintained
Diffstat (limited to 'unmaintained/wxformbuilder/libdl.patch')
-rw-r--r--unmaintained/wxformbuilder/libdl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/wxformbuilder/libdl.patch b/unmaintained/wxformbuilder/libdl.patch
new file mode 100644
index 0000000000..41aa10e383
--- /dev/null
+++ b/unmaintained/wxformbuilder/libdl.patch
@@ -0,0 +1,11 @@
+--- ./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