summaryrefslogtreecommitdiffstats
path: root/testing/wxformbuilder/libdl.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-15 11:08:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-15 11:08:55 +0000
commit5701f80cfd383c97473a40e81e7b7bb2caeb263f (patch)
treed8b735f460edf1533864e6684b1b0f587152493d /testing/wxformbuilder/libdl.patch
parentcef6611406a5c484e38175f3f44e0a707ec6058e (diff)
downloadaports-5701f80cfd383c97473a40e81e7b7bb2caeb263f.tar.bz2
aports-5701f80cfd383c97473a40e81e7b7bb2caeb263f.tar.xz
testing/wxformbuilder: new aport
RAD tool for wxWidgets GUI design http://sourceforge.net/apps/wordpress/wxformbuilder
Diffstat (limited to 'testing/wxformbuilder/libdl.patch')
-rw-r--r--testing/wxformbuilder/libdl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/wxformbuilder/libdl.patch b/testing/wxformbuilder/libdl.patch
new file mode 100644
index 000000000..cc0be82ae
--- /dev/null
+++ b/testing/wxformbuilder/libdl.patch
@@ -0,0 +1,11 @@
+--- ./src/Makefile.orig
++++ ./src/Makefile
+@@ -5,6 +5,8 @@
+ CONFIG=Release
+ endif
+
++LDFLAGS += -ldl
++
+ ifeq ($(CONFIG),Release)
+ BINDIR := ../output/bin
+ LIBDIR := ..