gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / desktop / wmname / patches / config-mk.patch
blobe3410167a5cd6efd121e03882a7a34cc27dabe59
1 --- wmname-0.1.orig/config.mk 2008-08-02 21:36:10.000000000 +0300
2 +++ wmname-0.1/config.mk 2016-06-24 19:23:44.318925869 +0300
3 @@ -4,7 +4,7 @@
4 # Customize below to fit your system
6 # paths
7 -PREFIX = /usr/local
8 +PREFIX = /usr
9 MANPREFIX = ${PREFIX}/share/man
11 X11INC = /usr/X11R6/include
12 @@ -16,8 +16,8 @@
14 # flags
15 CPPFLAGS = -DVERSION=\"${VERSION}\"
16 -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
17 -LDFLAGS = -s ${LIBS}
18 +CFLAGS = ${CC_BITS} -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
19 +LDFLAGS = ${LD_BITS} -s ${LIBS}
21 # compiler and linker
22 CC = cc