summaryrefslogtreecommitdiff
path: root/x11-fm/rox-filer/files
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-03-23 12:19:49 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-03-23 12:19:49 +0000
commit684bb38d866c5b52508e4b5f752c454d39dddc36 (patch)
tree774e87391bedb9cbae5bf53e55f7900a229b9804 /x11-fm/rox-filer/files
parentUpdate to 20030313, and Change mail address. (diff)
Update to version 1.3.7.
Notes
Notes: svn path=/head/; revision=77246
Diffstat (limited to 'x11-fm/rox-filer/files')
-rw-r--r--x11-fm/rox-filer/files/patch-ROX-Filer_src_Makefile.in16
-rw-r--r--x11-fm/rox-filer/files/patch-ROX-Filer_src_configure.in22
2 files changed, 0 insertions, 38 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
deleted file mode 100644
index 9e5bf8edfecc..000000000000
--- a/x11-fm/rox-filer/files/patch-ROX-Filer_src_Makefile.in
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$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
deleted file mode 100644
index 2acb526e215f..000000000000
--- a/x11-fm/rox-filer/files/patch-ROX-Filer_src_configure.in
+++ /dev/null
@@ -1,22 +0,0 @@
-
-$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`"