diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-28 01:32:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-28 01:32:30 +0800 |
commit | d03beeda93de5296cc99e5ed1ca3b75aaa7cbc8c (patch) | |
tree | e533870e3b277f717394bee9274d96654ba50ad3 /databases | |
parent | 81e34fec28fff996d81df461e7f4ebf389ed7140 (diff) | |
download | freebsd-ports-gnome-d03beeda93de5296cc99e5ed1ca3b75aaa7cbc8c.tar.gz freebsd-ports-gnome-d03beeda93de5296cc99e5ed1ca3b75aaa7cbc8c.tar.zst freebsd-ports-gnome-d03beeda93de5296cc99e5ed1ca3b75aaa7cbc8c.zip |
Add more locale directory hacks to bsd.gnome.mk, and fix ports that tried
to fix these using their own patches.
PR: 68256
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnome-db/files/patch-configure | 9 | ||||
-rw-r--r-- | databases/gnomedb/files/patch-configure | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure index 8925b93fafb4..d3acccbb89bc 100644 --- a/databases/gnome-db/files/patch-configure +++ b/databases/gnome-db/files/patch-configure @@ -20,12 +20,3 @@ $FreeBSD$ -@@ -8906,7 +8907,7 @@ - - GNOMEDB_CFLAGS="`gda-config --cflags client` `gnome-config --cflags xml oaf bonobox print gdk_pixbuf`" - GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print gdk_pixbuf`" --GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\"" -+GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${prefix}/share/locale\\\"" - - - diff --git a/databases/gnomedb/files/patch-configure b/databases/gnomedb/files/patch-configure index 8925b93fafb4..d3acccbb89bc 100644 --- a/databases/gnomedb/files/patch-configure +++ b/databases/gnomedb/files/patch-configure @@ -20,12 +20,3 @@ $FreeBSD$ -@@ -8906,7 +8907,7 @@ - - GNOMEDB_CFLAGS="`gda-config --cflags client` `gnome-config --cflags xml oaf bonobox print gdk_pixbuf`" - GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print gdk_pixbuf`" --GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\"" -+GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${prefix}/share/locale\\\"" - - - |