1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11-fm/gnome-commander/files/patch-configure
Joe Marcus Clarke 2c8b0494f3 * Fix crash trying to find pixmaps
* Give this port a maintainer

PR:		58370
2003-10-26 23:25:01 +00:00

19 lines
499 B
Plaintext

--- configure.orig Fri Oct 24 00:59:12 2003
+++ configure Fri Oct 24 00:59:25 2003
@@ -9397,13 +9397,13 @@
if test "x${prefix}" = "xNONE"; then
cat >>confdefs.h <<_ACEOF
-#define PIXMAPS_DIR "${ac_default_prefix}/share/pixmaps/${PACKAGE}"
+#define PIXMAPS_DIR "${ac_default_prefix}/share/gnome/pixmaps/${PACKAGE}"
_ACEOF
else
cat >>confdefs.h <<_ACEOF
-#define PIXMAPS_DIR "${prefix}/share/pixmaps/${PACKAGE}"
+#define PIXMAPS_DIR "${prefix}/share/gnome/pixmaps/${PACKAGE}"
_ACEOF
fi