* [PATCH] openjade: Fix FTBFS.
@ 2016-10-04 5:50 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2016-10-04 5:50 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1445 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
openjade/openjade.nm | 2 +-
openjade/patches/openjade-getoptperl.patch | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 openjade/patches/openjade-getoptperl.patch
diff --git a/openjade/openjade.nm b/openjade/openjade.nm
index 1e4fb16..d78fb31 100644
--- a/openjade/openjade.nm
+++ b/openjade/openjade.nm
@@ -5,7 +5,7 @@
name = openjade
version = 1.3.2
-release = 3
+release = 4
groups = Application/Text
url = http://openjade.sourceforge.net/
diff --git a/openjade/patches/openjade-getoptperl.patch b/openjade/patches/openjade-getoptperl.patch
new file mode 100644
index 0000000..0d835ea
--- /dev/null
+++ b/openjade/patches/openjade-getoptperl.patch
@@ -0,0 +1,21 @@
+diff -urNp openjade-1.3.2-orig/msggen.pl openjade-1.3.2/msggen.pl
+--- openjade-1.3.2-orig/msggen.pl 2002-10-20 23:47:23.000000000 +0200
++++ openjade-1.3.2/msggen.pl 2012-08-10 10:38:28.019081661 +0200
+@@ -4,6 +4,7 @@
+ # See the file COPYING for copying permission.
+
+ use POSIX;
++use Getopt::Std;
+
+ # Package and version.
+ $package = 'openjade';
+@@ -18,8 +19,7 @@ $gen_c = 0;
+ undef $opt_l;
+ undef $opt_p;
+ undef $opt_t;
+-do 'getopts.pl';
+-&Getopts('l:p:t:');
++getopts('l:p:t:');
+ $module = $opt_l;
+ $pot_file = $opt_p;
+
--
2.7.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-04 5:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-04 5:50 [PATCH] openjade: Fix FTBFS Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox