29 lines
741 B
Plaintext
29 lines
741 B
Plaintext
$OpenBSD: patch-ROX-Filer_src_configure,v 1.1 2003/01/12 16:27:18 couderc Exp $
|
|
--- ROX-Filer/src/configure.orig Sun Jan 12 15:40:04 2003
|
|
+++ ROX-Filer/src/configure Sun Jan 12 15:48:00 2003
|
|
@@ -1792,22 +1792,10 @@ fi
|
|
|
|
echo $ac_n "checking for large file support""... $ac_c" 1>&6
|
|
echo "configure:1795: checking for large file support" >&5
|
|
-if getconf LFS64_CFLAGS > /dev/null 2> /dev/null; then
|
|
- echo "$ac_t""yes" 1>&6
|
|
- LFS_CFLAGS="`getconf LFS_CFLAGS`"
|
|
- LFS_LDFLAGS="`getconf LFS_LDFLAGS`"
|
|
- LFS_LIBS="`getconf LFS_LIBS`"
|
|
- cat >> confdefs.h <<\EOF
|
|
+echo "$ac_t""yes" 1>&6
|
|
+cat >> confdefs.h <<\EOF
|
|
#define LARGE_FILE_SUPPORT 1
|
|
EOF
|
|
-
|
|
-else
|
|
- echo "$ac_t""no" 1>&6
|
|
- LFS_CFLAGS=""
|
|
- LFS_LDFLAGS=""
|
|
- LFS_LIBS=""
|
|
-fi
|
|
-
|
|
|
|
|
|
|