66f61ba672
2.1.13: * Brown paper bag bug in alsa backend introduced in the previous version. 2.1.12: * Fix mousewheel scrolling in the balance slider (pointed out by Philip Lafleur <headcheese@carolina.rr.com>) * es translatoion by YoaR <yoar@users.sourceforge.net> * Backend support for switches, not available in the frontend yet 2.1.11: * Added alsa support ! 2.1.10: * Updated french translation by Jérôme UZEL <jerome.uzel@free.fr> * Fixed some spelling errors in the info thanks to A Costa <agcosta@gis.net> * React on horizontal scrolling correctly
21 lines
583 B
Text
21 lines
583 B
Text
$NetBSD: patch-aa,v 1.4 2005/03/22 14:58:55 cube Exp $
|
|
|
|
--- Makefile.orig 2004-05-16 19:21:50.000000000 +0200
|
|
+++ Makefile
|
|
@@ -8,14 +8,14 @@ export PACKAGE LOCALEDIR
|
|
|
|
GTK_CONFIG = pkg-config gtk+-2.0
|
|
|
|
-PLUGIN_DIR ?= /usr/local/lib/gkrellm2/plugins
|
|
+PLUGIN_DIR ?= $(PREFIX)/lib/gkrellm2/plugins
|
|
GKRELLM_INCLUDE = -I/usr/local/include
|
|
|
|
GTK_CFLAGS = `$(GTK_CONFIG) --cflags`
|
|
GTK_LIB = `$(GTK_CONFIG) --libs`
|
|
|
|
FLAGS = -O2 -Wall -fPIC $(GTK_CFLAGS) $(GKRELLM_INCLUDE)
|
|
-LIBS = $(GTK_LIB)
|
|
+LIBS = $(GTK_LIB) $(LIBOSSAUDIO)
|
|
LFLAGS = -shared
|
|
|
|
OBJS = volume.o mixer.o oss_mixer.o
|