From 5701f80cfd383c97473a40e81e7b7bb2caeb263f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sun, 15 Jul 2012 11:08:55 +0000 Subject: testing/wxformbuilder: new aport RAD tool for wxWidgets GUI design http://sourceforge.net/apps/wordpress/wxformbuilder --- testing/wxformbuilder/libdl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/wxformbuilder/libdl.patch (limited to 'testing/wxformbuilder/libdl.patch') diff --git a/testing/wxformbuilder/libdl.patch b/testing/wxformbuilder/libdl.patch new file mode 100644 index 0000000000..cc0be82ae8 --- /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 := .. -- cgit v1.2.3