aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/rox-filer/files
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2005-08-28 19:16:18 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2005-08-28 19:16:18 +0000
commitfed8bb3a459e256c94d412ede374c5725cb7a784 (patch)
tree2a58037446520de59cb795d69e998ef4bdf8dab0 /x11-fm/rox-filer/files
parentd2cc4e3f9afd763ee29fd973730aa74d3ac4d92a (diff)
downloadports-fed8bb3a459e256c94d412ede374c5725cb7a784.tar.gz
ports-fed8bb3a459e256c94d412ede374c5725cb7a784.zip
Notes
Diffstat (limited to 'x11-fm/rox-filer/files')
-rw-r--r--x11-fm/rox-filer/files/patch-ROX-Filer_src_configure.in22
1 files changed, 17 insertions, 5 deletions
diff --git a/x11-fm/rox-filer/files/patch-ROX-Filer_src_configure.in b/x11-fm/rox-filer/files/patch-ROX-Filer_src_configure.in
index bb26a1e7670c..9b656a8e17ed 100644
--- a/x11-fm/rox-filer/files/patch-ROX-Filer_src_configure.in
+++ b/x11-fm/rox-filer/files/patch-ROX-Filer_src_configure.in
@@ -3,14 +3,26 @@ $FreeBSD$
--- ROX-Filer/src/configure.in.orig
+++ ROX-Filer/src/configure.in
-@@ -143,10 +143,6 @@
- AC_HEADER_SYS_WAIT
- AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h mntent.h sys/ucred.h sys/mntent.h apsymbols.h apbuild/apsymbols.h sys/statvfs.h sys/vfs.h)
+@@ -2,11 +2,6 @@
+ AC_INIT(main.c)
+ AC_CONFIG_HEADER(config.h)
+
+-[ if [ -f configure ]; then ]
+- AC_MSG_ERROR([Please run configure from the build directory (try ../AppRun --compile)])
+- exit 1
+-fi
+-
+ dnl Checks for programs.
+ AC_PROG_CC
+@@ -127,10 +122,6 @@
+ AC_HEADER_STDC
+ AC_HEADER_SYS_WAIT
+ AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h mntent.h sys/ucred.h sys/mntent.h apsymbols.h apbuild/apsymbols.h sys/statvfs.h sys/vfs.h wctype.h)
+-
-AC_CHECK_HEADER([X11/SM/SMlib.h], [],
- [AC_MSG_ERROR([Session management library (libsm) missing. It is part of the X server distribution. Try installing the libsm-dev package.])]
-)
--
+
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
- AC_TYPE_UID_T