diff options
author | tron <tron@pkgsrc.org> | 1999-05-20 19:12:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-20 19:12:12 +0000 |
commit | 17ff3c43bcd64c96c2c65c9a546b08dd0c71ffb8 (patch) | |
tree | f6c9f83e942b44ad2e1be05c4be5d72d8d531dfd /x11 | |
parent | bbce0dbb3195e0b9bd83adb5335eb30c0643e272 (diff) | |
download | pkgsrc-17ff3c43bcd64c96c2c65c9a546b08dd0c71ffb8.tar.gz |
Convince "configure" to find "soundcard.h" so that mixer applet gets
built. Problem noted by Oleg Polyanski in PR pkg/7594.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-core/Makefile | 8 | ||||
-rw-r--r-- | x11/gnome-core/pkg/PLIST | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index b3844e9755f..d2542b6d14b 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/05/20 19:05:42 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/05/20 19:12:12 tron Exp $ # DISTNAME= gnome-core-1.0.5 @@ -26,9 +26,13 @@ LOCALSTATEDIR= /var/gnome CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ --with-glib-prefix=${LOCALBASE} -CPPFLAGS= -I${LOCALBASE}/include +CPPFLAGS= -I${LOCALBASE}/include -I${WRKDIR} CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \ CPPFLAGS="${CPPFLAGS}" +pre-configure: + @${MKDIR} ${WRKDIR}/sys + @${LN} -s /usr/include/soundcard.h ${WRKDIR}/sys + .include "../../mk/bsd.pkg.mk" diff --git a/x11/gnome-core/pkg/PLIST b/x11/gnome-core/pkg/PLIST index 21fc20e1c5a..be3090230d3 100644 --- a/x11/gnome-core/pkg/PLIST +++ b/x11/gnome-core/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 1999/04/16 21:55:20 tron Exp $ +@comment $NetBSD: PLIST,v 1.9 1999/05/20 19:12:12 tron Exp $ bin/gmenu bin/jbc_applet bin/gnome-edit @@ -20,10 +20,11 @@ bin/clockmail_applet bin/fifteen_applet bin/battery_applet bin/charpick_applet +bin/mini_commander_applet +bin/mixer_applet bin/modemlights_applet bin/gnome-help-caller bin/gnomepager_applet -bin/mini_commander_applet bin/life_applet bin/another_clock_applet etc/CORBA/servers/life_applet.gnorba @@ -41,6 +42,7 @@ etc/CORBA/servers/battery_applet.gnorba etc/CORBA/servers/charpick_applet.gnorba etc/CORBA/servers/gnomepager_applet.gnorba etc/CORBA/servers/mini-commander_applet.gnorba +etc/CORBA/servers/mixer_applet.gnorba etc/CORBA/servers/modemlights_applet.gnorba etc/CORBA/servers/webcontrol_applet.gnorba etc/CORBA/servers/gkb_applet.gnorba @@ -68,6 +70,7 @@ share/applets/Amusements/fifteen_applet.desktop share/applets/Monitors/.directory share/applets/Monitors/battery_applet.desktop share/applets/Multimedia/.directory +share/applets/Multimedia/mixer_applet.desktop share/applets/Network/.directory share/applets/Network/mailcheck_applet.desktop share/applets/Network/dialer_applet.desktop |