mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
2c780df73f
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
15 lines
438 B
Diff
15 lines
438 B
Diff
Description: Make makefile compatible with Debian's standards.
|
|
Author: Mateusz Łukasik <mati75@linuxmint.pl>
|
|
Last-Update: 2013-11-30
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -7,7 +7,7 @@ CC=gcc
|
|
CFLAGS+=-DWITH_ICONS
|
|
# Uncomment this line if Openbox can display SVG icons
|
|
# Check SVG support with '$ ldd /usr/bin/openbox | grep svg', librsvg must appear..
|
|
-# CFLAGS+=-DWITH_SVG
|
|
+CFLAGS+=-DWITH_SVG
|
|
|
|
prefix= /usr/local
|
|
DESTDIR ?= $(prefix)
|