aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-08-24 16:30:34 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-08-24 16:30:34 +0800
commit64342afba2c9e747549746548a20b0f29e813189 (patch)
treebdd7b36d2e91cc07a0ad660bc4f46d7231fea2c0
parentc2e1047f7e8af005efce52dbdd5bb41fb502db7f (diff)
downloadgsoc2013-evolution-64342afba2c9e747549746548a20b0f29e813189.tar.gz
gsoc2013-evolution-64342afba2c9e747549746548a20b0f29e813189.tar.zst
gsoc2013-evolution-64342afba2c9e747549746548a20b0f29e813189.zip
Ahem. If you add dependencies on libraries, make sure things still build.
2000-08-24 Federico Mena Quintero <federico@helixcode.com> * configure.in: Ahem. If you add dependencies on libraries, make sure things still build. Fixed the libunicode foo. svn path=/trunk/; revision=5004
-rw-r--r--ChangeLog5
-rw-r--r--configure.in12
2 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c1dd0e860..173110134a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-24 Federico Mena Quintero <federico@helixcode.com>
+
+ * configure.in: Ahem. If you add dependencies on libraries, make
+ sure things still build. Fixed the libunicode foo.
+
2000-08-22 Lauris Kaplinski <lauris@helixcode.com>
* widgets/e-text/e-text.c (_get_position_from_xy): Don't crash on illegal string
diff --git a/configure.in b/configure.in
index 8e2beb49fb..9a5dff8199 100644
--- a/configure.in
+++ b/configure.in
@@ -271,20 +271,20 @@ AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
-EXTRA_GNOME_LIBS="`gnome-config --libs libglade gdk_pixbuf gnomecanvaspixbuf gnomeui ` $THREADS_LIBS `unicode-config --libs`"
-EXTRA_GNOME_CFLAGS="`gnome-config --cflags libglade gdk_pixbuf gnomecanvaspixbuf gnomeui ` $THREADS_CFLAGS `unicode-config --cflags`"
+EXTRA_GNOME_LIBS="`gnome-config --libs libglade gdk_pixbuf gnomecanvaspixbuf gnomeui ` $THREADS_LIBS $UNICODE_LIBS"
+EXTRA_GNOME_CFLAGS="`gnome-config --cflags libglade gdk_pixbuf gnomecanvaspixbuf gnomeui ` $THREADS_CFLAGS $UNICODE_CFLAGS"
AC_SUBST(EXTRA_GNOME_LIBS)
AC_SUBST(EXTRA_GNOME_CFLAGS)
-BONOBO_GNOME_LIBS="`gnome-config --libs bonobox libglade gdk_pixbuf gnomecanvaspixbuf gnomeui`"
-BONOBO_GNOME_CFLAGS="`gnome-config --cflags bonobox libglade gdk_pixbuf gnomecanvaspixbuf gnomeui `"
+BONOBO_GNOME_LIBS="`gnome-config --libs bonobox libglade gdk_pixbuf gnomecanvaspixbuf gnomeui` $UNICODE_LIBS"
+BONOBO_GNOME_CFLAGS="`gnome-config --cflags bonobox libglade gdk_pixbuf gnomecanvaspixbuf gnomeui ` $UNICODE_CFLAGS"
AC_SUBST(BONOBO_GNOME_LIBS)
AC_SUBST(BONOBO_GNOME_CFLAGS)
-BONOBO_HTML_GNOME_LIBS="`gnome-config --libs bonobox libglade gdk_pixbuf gtkhtml gnomecanvaspixbuf gnomeui ` $THREAD_LIBS"
-BONOBO_HTML_GNOME_CFLAGS="`gnome-config --cflags bonobox libglade gdk_pixbuf gtkhtml gnomecanvaspixbuf gnomeui ` $THREAD_CFLAGS"
+BONOBO_HTML_GNOME_LIBS="`gnome-config --libs bonobox libglade gdk_pixbuf gtkhtml gnomecanvaspixbuf gnomeui ` $THREAD_LIBS $UNICODE_LIBS"
+BONOBO_HTML_GNOME_CFLAGS="`gnome-config --cflags bonobox libglade gdk_pixbuf gtkhtml gnomecanvaspixbuf gnomeui ` $THREAD_CFLAGS $UNICODE_CFLAGS"
AC_SUBST(BONOBO_HTML_GNOME_LIBS)
AC_SUBST(BONOBO_HTML_GNOME_CFLAGS)
8-08-2015-19/+19 * Remove japanese/lyx and japanese/lyx-doc because these are nohrs2008-08-1912-441/+0 * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-182-10/+67 * - Chase upgrade to 3.0.31 and unbreak.kuriyama2008-08-172-10/+8 * - Mark BROKEN: does not packagepav2008-08-151-0/+2 * Reset mita@FreeBSD.org due to no commits for 5 months and maintainer-timeouts.linimon2008-08-151-1/+1 * Reset rushani@FreeBSD.org due to maintainer-timeouts and no commits forlinimon2008-08-152-2/+2 * - Update to 0.5.1miwi2008-08-142-4/+4 * Update to 20080804 version.kuriyama2008-08-102-8/+8 * The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-105-304/+230 * - Update to qt 4.4.1miwi2008-08-053-17/+15 * - s/DOCDIR/DOCSDIR/ and use DATADIR both in Makefile and pkg-plistitetcu2008-07-292-80/+80 * Unbreak on amd64arved2008-07-283-8/+13 * Fix build (add auto-tools)vs2008-07-271-0/+1 * - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0 * - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MA...pav2008-07-256-6/+1 * Remove japanese/kterm16c because japanese/kterm now supports thehrs2008-07-2422-677/+74 * - Fix build with NOPORTDOCS=yes.hrs2008-07-232-11/+13 * Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).flz2008-07-232-2/+2 * Remove japanese/samba and suggest samba3 instead, after iterwin2008-07-2213-2670/+0 * Update to 8.1.2 Security Update 1. Quoted from the advisory:hrs2008-07-211-3/+3 * - Updates to 2.8.7.dev9.miwi2008-07-195-138/+208 * - Updates to 2.8.6.rel5miwi2008-07-192-6/+7 * Chase net/samba3-3.0.30 upgrade and unbreak.kuriyama2008-07-112-9/+8 * - Bump PORTREVISION after arp updatemiwi2008-07-071-1/+1 * Only run pre-install when NOPORTDOCS isn't setedwin2008-07-051-4/+6 * [Patch] japanese/mh: port to termiosedwin2008-07-054-0/+172 * Update to 20080630.kuriyama2008-07-022-7/+7 * Switch the japanese/sj3 port to termios instead of sgtty.ed2008-07-016-3/+471 * Bump PORTREVISION due to subversion upgrade.lev2008-06-301-1/+1 * (1) Upgrade subversion to version 1.5.0.lev2008-06-301-1/+1 * - respect NOPORTDOCS and NOPORTDATAitetcu2008-06-301-0/+92 * - respect NOPORTDOCS and NOPORTDATAitetcu2008-06-304-121/+28 * Fix installation of documentation (bump PORTREVISION)vs2008-06-252-14/+13 * - Fix build after devel/darts updatemiwi2008-06-232-4/+13 * - Make XLFD of IPA TrueType font more consistent.hrs2008-06-212-21/+21 * - Update to 3.2.5.lippe2008-06-204-20/+19 * Add more MASTER_SITES.hrs2008-06-191-1/+3 * Unbreak (old distfiles not found): update to version 1.3.1.matusita2008-06-192-6/+5 * Standardize placement and style of WWW: lines, and in some casesdougb2008-06-191-1/+2 * - This port has been BROKEN for more than 6 months. It will be removed unlesspav2008-06-191-0/+2 * - Resurrect japanese/lynxpav2008-06-191-0/+1 * - Resurrect, unbreak and update to 2.8.6.rel4pav2008-06-195-0/+226 * - Delete expired port japanese/vje30: depends on forbidden port misc/compat3xpav2008-06-199-465/+0 * - Delete expired japanese/lynx port: Leaves behind config file on deinstallpav2008-06-198-241/+0 * - Reset maintainer address:pav2008-06-194-4/+4 * Update to 0.08000okazaki2008-06-143-4/+11 * Update to 0.02.okazaki2008-06-123-5/+5 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-06