diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-02 22:34:28 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-02 22:34:28 +0000 |
| commit | 1678746924ff7b32c60e519fa067b41a8fac1c90 (patch) | |
| tree | ff8435c68781cb4a7600af5e33b2e90544787167 /textproc/rotix/files/patch-configure | |
| parent | Follow portlint's suggestion about using MASTER_SITE_GENTOO. (diff) | |
- Fix build: 'expr -- --i18n=1' doesn't work on -STABLE.
Revert to 'expr --i18n=1' and set EXPR_COMPAT in CONFIGURE_ENV for -CURRENT.
- Use PLIST_FILES
PR: ports/62251
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Diffstat (limited to 'textproc/rotix/files/patch-configure')
| -rw-r--r-- | textproc/rotix/files/patch-configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/textproc/rotix/files/patch-configure b/textproc/rotix/files/patch-configure index 1acf4dcb6ed3..cdea1169990a 100644 --- a/textproc/rotix/files/patch-configure +++ b/textproc/rotix/files/patch-configure @@ -1,14 +1,5 @@ --- configure.orig Sun Jan 27 13:00:06 2002 +++ configure Sun Oct 20 03:32:06 2002 -@@ -17,7 +17,7 @@ - arch=`uname -s` - - while [ -n "$1" ]; do -- e="`expr "$1" : '--\(.*=.*\)'`" -+ e="`expr -- "$1" : '--\(.*=.*\)'`" - if [ -z "$e" ]; then - cat<<EOF - Rotix configure @@ -83,9 +83,9 @@ fi |
