patches/lame-01-configure-gtk.diff
author nonsea
Sun, 17 Aug 2008 14:30:34 +0000
changeset 1316 4c9f4a5defa6
permissions -rw-r--r--
2008-08-16 Halton Huo <[email protected]> Make mplayer and its dependencies built and work on OpenSolaris 2008.11 snv_95. * encumbered/SFEmplayer.spec: Use SUNWfreetype2 instead of SFEfreetype, Remove missed patches: Patch6, Patch7, Patch8, Patch9. Remove BuildRequires: SFEgawk for it is in CBE now * SFElibcddb.spec: Remove /usr/gnu/share/aclocal from ACLOCAL_FLAGS to fix build issue * SFElibcdio.spec: Add Requires/BuildRequires to SFEncurses and SFEncurses-devel, Add -I/usr/gnu/include/ncurses in CFLAGS to fix build issue, Move patches to libcdio.spec * SFElibfribidi.spec: Add man page to %files * SFElibiconv.spec: Bump to 1.12, Add patch intmax.diff to fix build issue * archive/SUNWgnu-libiconv.spec: Bump to 1.12, Add patch intmax.diff to fix build issue * base-specs/fribidi.spec: Bump to 0.19.1 * base-specs/lame.spec: Add aclocal to fix build error, Remove commentted patch1 and patch2 * base-specs/libcdio.spec: Move patch from SFElibcdio.spec, Add -liconv to LDFLAGS to fix link issue * encumbered/SFEtwolame.spec: Bump to 0.3.12, Remove patch crossfile_inline.diff and reorder * patches/lame-01-brhist.diff: (removed) * patches/lame-01-configure-gtk.diff: (added) * patches/lame-02-inline.diff: (removed) * patches/libiconv-01-fix-runpath.diff: rework * patches/libiconv-03-intmax.diff: (added) * patches/twolame-01-configure.diff: rework * patches/twolame-02-crossfile_inline.diff: (removed)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1316
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     1
Index: trunk/configure.in
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     2
===================================================================
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     3
RCS file: /cvsroot/lame/lame/configure.in,v
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     4
retrieving revision 1.135
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     5
diff -u -r1.135 configure.in
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     6
--- trunk/configure.in	5 Jul 2008 07:38:10 -0000	1.135
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     7
+++ trunk/configure.in	16 Aug 2008 16:13:20 -0000
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     8
@@ -385,7 +385,7 @@
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     9
 
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    10
 dnl configure use of features
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    11
 
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    12
-AM_PATH_GTK(1.2.0, HAVE_GTK="yes", HAVE_GTK="no")
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    13
+PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 1.0.2, HAVE_GTK="yes", HAVE_GTK="no")
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    14
 
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    15
 dnl ElectricFence malloc debugging
4c9f4a5defa6 2008-08-16 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    16
 AC_MSG_CHECKING(use of ElectricFence malloc debugging)