Codebase list mdp-src / ddbbcd4
Drop a patch applied upstream. Andrew Shadura 8 years ago
2 changed file(s) with 0 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
+0
-15
debian/patches/10-makefile_prefix.patch less more
0 Corrects PREFIX in upstream Makefile, so Debian package can be build.
1
2 --- a/Makefile
3 +++ b/Makefile
4 @@ -24,7 +24,7 @@ SOURCES = $(wildcard src/*.c)
5 OBJECTS = $(SOURCES:.c=.o)
6 TARGET = mdp
7 DESTDIR =
8 -PREFIX = /usr/local
9 +PREFIX ?= /usr/local
10
11 CURSES = ncursesw
12 LDFLAGS ?= -s
13 --
14 2.6.2
+0
-1
debian/patches/series less more
0 10-makefile_prefix.patch