summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/filezilla/files/filezilla-3.0.1-wxrc.patch')
-rw-r--r--net-ftp/filezilla/files/filezilla-3.0.1-wxrc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-ftp/filezilla/files/filezilla-3.0.1-wxrc.patch b/net-ftp/filezilla/files/filezilla-3.0.1-wxrc.patch
new file mode 100644
index 0000000..df14507
--- /dev/null
+++ b/net-ftp/filezilla/files/filezilla-3.0.1-wxrc.patch
@@ -0,0 +1,11 @@
+--- configure.in.old 2007-10-04 15:21:42.000000000 +0200
++++ configure.in 2007-10-04 15:30:31.000000000 +0200
+@@ -382,7 +382,7 @@
+
+ fi
+
+-AC_PATH_PROG([WXRC], [wxrc --version])
++AM_PATH_WXRC()
+ if test "x$WXRC" = "x"; then
+ AC_MSG_ERROR([
+ wxrc could not be found. This program gets build together with wxWidgets.