* Updated currently unused libgtop dependency.
* Removed bogus configure argument. * applet/mixer needed -lossaudio.
This commit is contained in:
parent
9e4749724b
commit
8adafca484
2 changed files with 14 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-sum,v 1.7 1999/09/03 01:57:04 jlam Exp $
|
||||
$NetBSD: patch-sum,v 1.8 1999/09/03 02:00:09 jlam Exp $
|
||||
|
||||
MD5 (patch-aa) = 1615bc65ef004f3649a4f07d8fa159e0
|
||||
MD5 (patch-ab) = 2484badfa1060b151b2c19bd12783f20
|
||||
|
|
13
x11/gnome-core/patches/patch-ai
Normal file
13
x11/gnome-core/patches/patch-ai
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ai,v 1.1 1999/09/03 02:00:09 jlam Exp $
|
||||
|
||||
--- applets/mixer/Makefile.in.orig Mon Jul 19 19:02:48 1999
|
||||
+++ applets/mixer/Makefile.in Thu Sep 2 20:18:08 1999
|
||||
@@ -162,7 +162,7 @@
|
||||
mixer_applet_SOURCES = mixer.c vslider.c vslider.h hslider.c hslider.h lamp-small.xpm lamp-small-red.xpm
|
||||
|
||||
|
||||
-mixer_applet_LDADD = ../../panel/libpanel_applet.la $(GNOME_LIBDIR) $(ORB_LIBS) $(GNOMEGNORBA_LIBS) $(INTLLIBS)
|
||||
+mixer_applet_LDADD = ../../panel/libpanel_applet.la $(GNOME_LIBDIR) $(ORB_LIBS) $(ESD_LIBS) $(GNOMEGNORBA_LIBS) $(INTLLIBS)
|
||||
|
||||
|
||||
EXTRA_DIST = mixer_applet.desktop mixer_applet.gnorba
|
Loading…
Reference in a new issue