diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-29 18:17:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-29 18:17:12 +0000 |
commit | a9111a716e7c926a43b2c9bbfa59cbf6a76d0393 (patch) | |
tree | 8436790baf7f6d25386aed0e36e5e1f541c08b5b /x11-fm/gnome-commander/files/patch-configure | |
parent | use USE_PYDISTUTILS (diff) |
Add gnome-commander, a GNOME file manager that resembles Norton Commander.
PR: 37392
Submitted by: Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar>
Reviewed by: sobomax
Approved by: sobomax
Diffstat (limited to 'x11-fm/gnome-commander/files/patch-configure')
-rw-r--r-- | x11-fm/gnome-commander/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fm/gnome-commander/files/patch-configure b/x11-fm/gnome-commander/files/patch-configure new file mode 100644 index 000000000000..7bdfc044ab45 --- /dev/null +++ b/x11-fm/gnome-commander/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Apr 26 20:09:18 2002 ++++ configure Fri Apr 26 20:09:42 2002 +@@ -4265,7 +4265,7 @@ + if test "x${prefix}" = "xNONE"; then + PACKAGE_PIXMAPS_DIR="${ac_default_prefix}/share/pixmaps/${PACKAGE}" + else +- PACKAGE_PIXMAPS_DIR="${prefix}/share/pixmaps/${PACKAGE}" ++ PACKAGE_PIXMAPS_DIR="${datadir}/pixmaps/${PACKAGE}" + fi + + PIXMAPS_DIR="-DPIXMAPS_DIR=\\\"$PACKAGE_PIXMAPS_DIR\\\"" |