Codebase list openbox-menu / 3a3f90f
refresh patches Mateusz Łukasik 5 years ago
2 changed file(s) with 9 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
1212 CC=gcc
1313 #-DG_DISABLE_DEPRECATED
1414
15 @@ -8,7 +8,7 @@ CC=gcc
16 CFLAGS+=-DWITH_ICONS
17 # Uncomment this line if Openbox can display SVG icons
18 # Check SVG support with '$ ldd /usr/bin/openbox | grep svg', librsvg must appear..
19 -# CFLAGS+=-DWITH_SVG
20 +CFLAGS+=-DWITH_SVG
21
22 prefix= /usr/local
23 DESTDIR ?= $(prefix)
1524 @@ -31,7 +32,6 @@
1625 @rm -rf doc
1726
+0
-11
debian/patches/dupa.patch less more
0 --- openbox-menu-0.8.0+hg20161009.orig/Makefile
1 +++ openbox-menu-0.8.0+hg20161009/Makefile
2 @@ -8,7 +8,7 @@ CC=gcc
3 CFLAGS+=-DWITH_ICONS
4 # Uncomment this line if Openbox can display SVG icons
5 # Check SVG support with '$ ldd /usr/bin/openbox | grep svg', librsvg must appear..
6 -# CFLAGS+=-DWITH_SVG
7 +CFLAGS+=-DWITH_SVG
8
9 prefix= /usr/local
10 DESTDIR ?= $(prefix)