12 lines
169 B
Text
12 lines
169 B
Text
|
Index: Makefile
|
||
|
--- Makefile.orig
|
||
|
+++ Makefile
|
||
|
@@ -1,6 +1,6 @@
|
||
|
#!/usr/bin/make -f
|
||
|
|
||
|
-CC=gcc
|
||
|
+CC=cc
|
||
|
LIBS=purple json-glib-1.0 glib-2.0 sqlite3
|
||
|
|
||
|
PKG_CONFIG=pkg-config
|