wmSMPmon: Solaris support
[dockapps.git] / wmmixer / debian / patches / 01_debian_paths.patch
blobf89d000e6a6d71435e347c6e448f3322b461d82d
1 Description: This patch changes the installation path to /usr
2 Author: Sandro Tosi <matrixhasu@gmail.com>
3 Last-Update: 2007-10-08
4 --- a/Makefile
5 +++ b/Makefile
6 @@ -1,12 +1,10 @@
7 # $Id: Makefile,v 1.5 2002/06/25 22:13:09 gordon Exp $
9 -prefix = /usr/local
10 +prefix = /usr
11 exec_prefix = ${prefix}
12 bindir = ${exec_prefix}/bin
13 mandir = ${prefix}/share/man
15 -DESTDIR =
17 CXX = g++
18 CXXFLAGS = -O -Wall
19 EXTRA_LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext