summaryrefslogtreecommitdiff
blob: 27f13712847bf819bf75eb5df5a9fc6e4b43710e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -Nru gnokii-0.6.7.orig/smsd/Makefile gnokii-0.6.7/smsd/Makefile
--- gnokii-0.6.7.orig/smsd/Makefile	2005-05-16 21:55:13.000000000 +0300
+++ gnokii-0.6.7/smsd/Makefile	2005-07-23 12:46:44.410168616 +0300
@@ -6,14 +6,14 @@
 # $Id: gnokii-0.6.8-smsd-glib2.patch,v 1.1 2005/09/01 17:01:52 mrness Exp $
 #
 
-GLIBCFLAGS = glib-config --cflags
-GLIBLDLIBS = glib-config --libs
+#GLIBCFLAGS = glib-config --cflags
+#GLIBLDLIBS = glib-config --libs
 
 # Comment out above lines and uncomment below lines if you want compile smsd
 # with glib2 instead of glib1.
 #
-#GLIBCFLAGS = pkg-config --cflags glib-2.0
-#GLIBLDLIBS = pkg-config --libs glib-2.0
+GLIBCFLAGS = pkg-config --cflags glib-2.0
+GLIBLDLIBS = pkg-config --libs glib-2.0
 
 TOPDIR=..
 include $(TOPDIR)/Makefile.global