9c0caae1c2
future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
20 lines
610 B
Text
20 lines
610 B
Text
--- configure.orig Mon Nov 25 21:02:50 2002
|
|
+++ configure Fri Nov 29 20:30:44 2002
|
|
@@ -3731,7 +3731,7 @@
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
|
|
+#define GNOME_ICONDIR "${datadir}/pixmaps"
|
|
_ACEOF
|
|
|
|
|
|
@@ -6630,7 +6630,7 @@
|
|
s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
|
|
s,@PKG_CONFIG@,$PKG_CONFIG,;t t
|
|
s,@PROCMAN_CFLAGS@,$PROCMAN_CFLAGS,;t t
|
|
-s,@PROCMAN_LIBS@,$PROCMAN_LIBS,;t t
|
|
+s,@PROCMAN_LIBS@, $PROCMAN_LIBS,;t t
|
|
s,@GCONF_SCHEMA_CONFIG_SOURCE@,$GCONF_SCHEMA_CONFIG_SOURCE,;t t
|
|
s,@GCONF_SCHEMA_FILE_DIR@,$GCONF_SCHEMA_FILE_DIR,;t t
|
|
s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t
|