summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-02-28 17:15:15 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-02-28 17:15:15 +0000
commit926dc60f08c28b8b4a80cc682391d100422fff59 (patch)
treef10215bec18da4bfaf7b6458d9c48a72836737ea /net
parent. Be consistent about our compiler settings. Using gcc32 here was both (diff)
Correct location where sound files are looked for.
Notes
Notes: svn path=/head/; revision=76653
Diffstat (limited to 'net')
-rw-r--r--net/linphone-base/files/patch-configure25
-rw-r--r--net/linphone/files/patch-configure25
2 files changed, 48 insertions, 2 deletions
diff --git a/net/linphone-base/files/patch-configure b/net/linphone-base/files/patch-configure
index b7617cedf427..e36478e09467 100644
--- a/net/linphone-base/files/patch-configure
+++ b/net/linphone-base/files/patch-configure
@@ -2,7 +2,7 @@
$FreeBSD$
--- configure.orig Mon Jan 27 13:16:04 2003
-+++ configure Fri Feb 28 01:08:49 2003
++++ configure Fri Feb 28 18:50:31 2003
@@ -8786,6 +8786,7 @@
# This can be used to rebuild libtool when needed
@@ -11,3 +11,26 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -11010,19 +11011,19 @@
+
+
+ cat >>confdefs.h <<_ACEOF
+-#define PACKAGE_LOCALE_DIR "${prefix}/${DATADIRNAME}/locale"
++#define PACKAGE_LOCALE_DIR "${prefix}/share/locale"
+ _ACEOF
+
+
+
+ cat >>confdefs.h <<_ACEOF
+-#define PACKAGE_DATA_DIR "${prefix}/${DATADIRNAME}"
++#define PACKAGE_DATA_DIR "${prefix}/share/gnome"
+ _ACEOF
+
+
+
+ cat >>confdefs.h <<_ACEOF
+-#define PACKAGE_SOUND_DIR "${prefix}/${DATADIRNAME}/sounds/linphone"
++#define PACKAGE_SOUND_DIR "${prefix}/share/gnome/sounds/linphone"
+ _ACEOF
+
+
diff --git a/net/linphone/files/patch-configure b/net/linphone/files/patch-configure
index b7617cedf427..e36478e09467 100644
--- a/net/linphone/files/patch-configure
+++ b/net/linphone/files/patch-configure
@@ -2,7 +2,7 @@
$FreeBSD$
--- configure.orig Mon Jan 27 13:16:04 2003
-+++ configure Fri Feb 28 01:08:49 2003
++++ configure Fri Feb 28 18:50:31 2003
@@ -8786,6 +8786,7 @@
# This can be used to rebuild libtool when needed
@@ -11,3 +11,26 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -11010,19 +11011,19 @@
+
+
+ cat >>confdefs.h <<_ACEOF
+-#define PACKAGE_LOCALE_DIR "${prefix}/${DATADIRNAME}/locale"
++#define PACKAGE_LOCALE_DIR "${prefix}/share/locale"
+ _ACEOF
+
+
+
+ cat >>confdefs.h <<_ACEOF
+-#define PACKAGE_DATA_DIR "${prefix}/${DATADIRNAME}"
++#define PACKAGE_DATA_DIR "${prefix}/share/gnome"
+ _ACEOF
+
+
+
+ cat >>confdefs.h <<_ACEOF
+-#define PACKAGE_SOUND_DIR "${prefix}/${DATADIRNAME}/sounds/linphone"
++#define PACKAGE_SOUND_DIR "${prefix}/share/gnome/sounds/linphone"
+ _ACEOF
+
+