[71643] trunk/dports/gnome/gdm/files/patch-configure.diff
ryandesign at macports.org
ryandesign at macports.org
Sat Sep 18 14:00:38 PDT 2010
Revision: 71643
http://trac.macports.org/changeset/71643
Author: ryandesign at macports.org
Date: 2010-09-18 14:00:36 -0700 (Sat, 18 Sep 2010)
Log Message:
-----------
gdm: undo the part of 71642 that replaced @MP_PREFIX@ with hardcoded /opt/local
Modified Paths:
--------------
trunk/dports/gnome/gdm/files/patch-configure.diff
Modified: trunk/dports/gnome/gdm/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/gdm/files/patch-configure.diff 2010-09-18 20:36:30 UTC (rev 71642)
+++ trunk/dports/gnome/gdm/files/patch-configure.diff 2010-09-18 21:00:36 UTC (rev 71643)
@@ -13,10 +13,10 @@
# should use the more stable location (the real directory) if possible.
#
-if test -x /usr/X11/bin/Xserver; then
-+if test -x /opt/local/bin/Xquartz; then
-+ X_PATH="/opt/local/bin"
-+ X_SERVER_PATH="/opt/local/bin"
-+ X_SERVER="/opt/local/bin/Xquartz"
++if test -x @MP_PREFIX@/bin/Xquartz; then
++ X_PATH="@MP_PREFIX@/bin"
++ X_SERVER_PATH="@MP_PREFIX@/bin"
++ X_SERVER="@MP_PREFIX@/bin/Xquartz"
+ X_CONFIG_OPTIONS="-audit 0"
+elif test -x /usr/X11/bin/Xserver; then
X_PATH="/usr/X11/bin"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100918/4759c2fd/attachment.html>
More information about the macports-changes
mailing list