diff options
author | olgeni <olgeni@FreeBSD.org> | 2005-08-29 03:16:18 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2005-08-29 03:16:18 +0800 |
commit | d860feef0207fd7235c2783c72b64fa08c874d2b (patch) | |
tree | cef4c9a582d6456072735419c46cb659632cf0cf /x11-fm/rox-filer/files | |
parent | 2e9f9dac06783dbeb43f4cc159e00b643672c5a1 (diff) | |
download | freebsd-ports-gnome-d860feef0207fd7235c2783c72b64fa08c874d2b.tar.gz freebsd-ports-gnome-d860feef0207fd7235c2783c72b64fa08c874d2b.tar.zst freebsd-ports-gnome-d860feef0207fd7235c2783c72b64fa08c874d2b.zip |
Upgrade to version 2.3.
Diffstat (limited to 'x11-fm/rox-filer/files')
-rw-r--r-- | x11-fm/rox-filer/files/patch-ROX-Filer_src_configure.in | 22 |
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 |