summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-09-01 17:01:52 +0000
committerAlin Năstac <mrness@gentoo.org>2005-09-01 17:01:52 +0000
commit8e963e47f8f13b2af05dfa1928a3ba4ea3ca8006 (patch)
treea2f2d7f573f9a19bd0d1cea6d04837076ef94212 /app-mobilephone/gnokii/files/gnokii-0.6.8-smsd-glib2.patch
parentfix changelog header (diff)
downloadhistorical-8e963e47f8f13b2af05dfa1928a3ba4ea3ca8006.tar.gz
historical-8e963e47f8f13b2af05dfa1928a3ba4ea3ca8006.tar.bz2
historical-8e963e47f8f13b2af05dfa1928a3ba4ea3ca8006.zip
version bump; replace DESCRIPTION (#104269)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-mobilephone/gnokii/files/gnokii-0.6.8-smsd-glib2.patch')
-rw-r--r--app-mobilephone/gnokii/files/gnokii-0.6.8-smsd-glib2.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-mobilephone/gnokii/files/gnokii-0.6.8-smsd-glib2.patch b/app-mobilephone/gnokii/files/gnokii-0.6.8-smsd-glib2.patch
new file mode 100644
index 000000000000..27f13712847b
--- /dev/null
+++ b/app-mobilephone/gnokii/files/gnokii-0.6.8-smsd-glib2.patch
@@ -0,0 +1,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