diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-17 06:25:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-17 06:25:30 +0800 |
commit | a99e88fa80b39ed53ace5673818262adc09f2b34 (patch) | |
tree | af992c3b01a959d001a5f95b5e823435f57b9ef7 /comms | |
parent | acca1004ef2c038db1d685d8b483efa5ac1e5fca (diff) | |
download | freebsd-ports-gnome-a99e88fa80b39ed53ace5673818262adc09f2b34.tar.gz freebsd-ports-gnome-a99e88fa80b39ed53ace5673818262adc09f2b34.tar.zst freebsd-ports-gnome-a99e88fa80b39ed53ace5673818262adc09f2b34.zip |
- Add patch
Diffstat (limited to 'comms')
-rw-r--r-- | comms/atslog/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/atslog/files/patch-configure b/comms/atslog/files/patch-configure new file mode 100644 index 000000000000..d2f02605b6bc --- /dev/null +++ b/comms/atslog/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu Jan 11 18:05:57 2007 ++++ configure Tue Jan 16 15:13:59 2007 +@@ -2514,7 +2514,7 @@ + fi + + # Check if version of Perl is sufficient +-ac_perl_version="5.0.0" ++ac_perl_version="5" + + if test "x$PERL" != "x"; then + echo "$as_me:$LINENO: checking for perl version greater than or equal to $ac_perl_version" >&5 |