1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/games/gcompris/files/patch-configure
Jeremy Messenger a6b072b3cd games/gcompris2 -> games/gcompris
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.
2006-05-28 12:19:58 +00:00

62 lines
1.4 KiB
Plaintext

--- configure.orig Sat Sep 24 19:05:39 2005
+++ configure Sat Sep 24 19:07:01 2005
@@ -23331,7 +23331,7 @@
USE_XRANDR="yes"
fi;
found_randr=no
-if test "x$USE_XRANDR" == "xyes" ; then
+if test "x$USE_XRANDR" = "xyes" ; then
RANDR_LIBS=
echo "$as_me:$LINENO: checking for XRRSetScreenConfigAndRate in -lXrandr" >&5
echo $ECHO_N "checking for XRRSetScreenConfigAndRate in -lXrandr... $ECHO_C" >&6
@@ -25072,7 +25072,7 @@
else
USE_DEBUG="no"
fi;
-if test "x$USE_DEBUG" == "xyes" ; then
+if test "x$USE_DEBUG" = "xyes" ; then
cat >>confdefs.h <<_ACEOF
#define DEBUG 1
@@ -25176,7 +25176,7 @@
cat >>confdefs.h <<_ACEOF
-#define PACKAGE_SOUNDS_DIR "${myprefix}/${DATADIRNAME}/${PACKAGE}/sounds"
+#define PACKAGE_SOUNDS_DIR "${myprefix}/${DATADIRNAME}/gnome/${PACKAGE}/sounds"
_ACEOF
@@ -25184,7 +25184,7 @@
cat >>confdefs.h <<_ACEOF
-#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}/${PACKAGE}/boards"
+#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}/gnome/${PACKAGE}/boards"
_ACEOF
@@ -25215,7 +25215,7 @@
cat >>confdefs.h <<_ACEOF
-#define GNOME_ICONDIR "${myprefix}/${DATADIRNAME}/pixmaps"
+#define GNOME_ICONDIR "${myprefix}/${DATADIRNAME}/gnome/pixmaps"
_ACEOF
@@ -26331,11 +26331,11 @@
-ASSETML_DIR=assetml
+ASSETML_DIR=gnome/assetml
cat >>confdefs.h <<_ACEOF
-#define ASSETML_DIR "${myprefix}/${DATADIRNAME}/${ASSETML_DIR}"
+#define ASSETML_DIR "${myprefix}/${DATADIRNAME}/gnome/${ASSETML_DIR}"
_ACEOF