]> git.pld-linux.org Git - packages/gnokii.git/commitdiff
- one CFLAGS and one destdir fix
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 4 Aug 2002 18:28:29 +0000 (18:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnokii-pld.patch -> 1.1

gnokii-pld.patch [new file with mode: 0644]

diff --git a/gnokii-pld.patch b/gnokii-pld.patch
new file mode 100644 (file)
index 0000000..8a9329d
--- /dev/null
@@ -0,0 +1,33 @@
+diff -ruN gnokii-0.4.0.org/Docs/sample/gnokiirc gnokii-0.4.0/Docs/sample/gnokiirc
+--- gnokii-0.4.0.org/Docs/sample/gnokiirc      Wed Jul 10 00:49:13 2002
++++ gnokii-0.4.0/Docs/sample/gnokiirc  Thu Jul 11 21:22:05 2002
+@@ -31,7 +31,7 @@
+ # In particular ensure that mgnokiidev is in this location, with
+ # permissions 4750, owned by root, group gnokii.  Ensure you
+ # are in the gnokii group and that the group exists...
+-bindir = /usr/local/sbin/
++bindir = /usr/sbin/
+ # Set this to 'yes' if you want gnokii to set and check the lock file in
+ # /var/lock directory. It avoids potential conflicts with other serial
+diff -ruN gnokii-0.4.0.org/configure.in gnokii-0.4.0/configure.in
+--- gnokii-0.4.0.org/configure.in      Wed Jul 10 00:49:13 2002
++++ gnokii-0.4.0/configure.in  Thu Jul 11 21:22:05 2002
+@@ -16,7 +16,6 @@
+ AC_PREFIX_DEFAULT("/usr/local")
+ dnl ======================== Default setting
+-CFLAGS="-O2 -Wall"
+ ALL_LINGUAS="cs de et fi nl sk pl it sl"
+ dnl ======================== Check for include/config.h.in
+@@ -47,7 +46,7 @@
+ AC_ARG_ENABLE(debug, 
+       [  --enable-debug          compile with debug code],
+       [ if test "x$GCC" = "xyes"; then
+-              CFLAGS="-ggdb3 -Wall"
++              CFLAGS="$CFLAGS -ggdb3 -Wall"
+         fi
+         AC_DEFINE(DEBUG)
+         debug="yes" ],
+
This page took 0.793822 seconds and 4 git commands to generate.