diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /plinciv | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'plinciv')
-rw-r--r-- | plinciv/plinciv-0.16/configure.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plinciv/plinciv-0.16/configure.patch b/plinciv/plinciv-0.16/configure.patch index e69de29bb2..91bb6475d1 100644 --- a/plinciv/plinciv-0.16/configure.patch +++ b/plinciv/plinciv-0.16/configure.patch @@ -0,0 +1,13 @@ +diff -urN freeciv-1.14.1.orig/configure.ac freeciv-1.14.1/configure.ac +--- freeciv-1.14.1.orig/configure.ac 2003-12-02 13:56:54.000000000 -0500 ++++ freeciv-1.14.1/configure.ac 2004-03-24 00:01:25.000000000 -0500 +@@ -139,6 +139,9 @@ + + AC_CHECK_PROG(UNAME,uname,uname,:) + ++ARFLAGS=${ARFLAGS:-cru} ++AC_SUBST(ARFLAGS) ++ + dnl Programs already checked by AM_INIT_AUTOMAKE: + dnl AC_PROG_MAKE_SET + |