diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-01-02 21:16:46 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-01-02 21:16:46 +0800 |
commit | 56fe5a51b6eb4bc5641949d787c07645bc83a2c8 (patch) | |
tree | b5e48005b10b0327c780d7da8de0db76dac36603 /x11-fm/rox-filer/files | |
parent | 98873306237ba80e7a00d3f7ea3fffb95eec7e1a (diff) | |
download | freebsd-ports-gnome-56fe5a51b6eb4bc5641949d787c07645bc83a2c8.tar.gz freebsd-ports-gnome-56fe5a51b6eb4bc5641949d787c07645bc83a2c8.tar.zst freebsd-ports-gnome-56fe5a51b6eb4bc5641949d787c07645bc83a2c8.zip |
Update to 1.3.5.
Diffstat (limited to 'x11-fm/rox-filer/files')
-rw-r--r-- | x11-fm/rox-filer/files/patch-ROX-Filer_src_Makefile.in | 16 | ||||
-rw-r--r-- | x11-fm/rox-filer/files/patch-ROX-Filer_src_configure.in | 22 |
2 files changed, 38 insertions, 0 deletions
diff --git a/x11-fm/rox-filer/files/patch-ROX-Filer_src_Makefile.in b/x11-fm/rox-filer/files/patch-ROX-Filer_src_Makefile.in new file mode 100644 index 000000000000..9e5bf8edfecc --- /dev/null +++ b/x11-fm/rox-filer/files/patch-ROX-Filer_src_Makefile.in @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- ROX-Filer/src/Makefile.in.orig Sat Dec 7 23:12:44 2002 ++++ ROX-Filer/src/Makefile.in Sat Dec 7 23:12:52 2002 +@@ -11,8 +11,8 @@ + #PROF = -fprofile-arcs -pg + + CFLAGS = ${PROF} @CFLAGS@ @LFS_CFLAGS@ \ +- `${PKG_CONFIG} --cflags gtk+-2.0 libxml-2.0` +-LDFLAGS = ${PROF} @LDFLAGS@ ${LIBS} `${PKG_CONFIG} --libs gtk+-2.0 libxml-2.0` ++ `${PKG_CONFIG} --cflags gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0` ++LDFLAGS = ${PROF} @LDFLAGS@ ${LIBS} `${PKG_CONFIG} --libs gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0` + EXEC = ${PLATFORM_DIR}/${PROG} + + ############ Things to change for different programs 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 new file mode 100644 index 000000000000..2acb526e215f --- /dev/null +++ b/x11-fm/rox-filer/files/patch-ROX-Filer_src_configure.in @@ -0,0 +1,22 @@ + +$FreeBSD$ + +--- ROX-Filer/src/configure.in.orig Tue Oct 1 12:40:56 2002 ++++ ROX-Filer/src/configure.in Sun Dec 8 21:29:55 2002 +@@ -53,6 +53,7 @@ + ROX_REQUIRE(gtk+-2.0, 2.0.1) + ROX_REQUIRE(glib-2.0, 2.0.3) + ROX_REQUIRE(libxml-2.0, 2.0.0) ++ROX_REQUIRE(gnome-vfs-module-2.0, 2.0.0) + + dnl Checks for programs. + AC_PROG_CC +@@ -86,7 +87,7 @@ + fi + + AC_MSG_CHECKING(for large file support) +-if getconf LFS64_CFLAGS > /dev/null 2> /dev/null; then ++if true > /dev/null 2> /dev/null; then + AC_MSG_RESULT(yes) + LFS_CFLAGS="`getconf LFS_CFLAGS`" + LFS_LDFLAGS="`getconf LFS_LDFLAGS`" |