File: makefile.patch

package info (click to toggle)
jnoise 0.6.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: cpp: 334; makefile: 27
file content (20 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Author: Jaromír Mikeš <mira.mikes@seznam.cz>
Description:
 Patch is applied because autotools are not used by upstream author.
 Patch setting prefix=/usr and fix install commands.
Forwarded: no
---
 source/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- jnoise.orig/source/Makefile
+++ jnoise/source/Makefile
@@ -19,7 +19,7 @@
 # ---------------------------------------------------------------------------
 
 
-PREFIX = /usr/local
+PREFIX = /usr
 SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
 LIBDIR = lib$(SUFFIX)
 SHARED = $(PREFIX)/share