]> git.pld-linux.org Git - packages/gfontview.git/commitdiff
- fixed setting up CXXFLAGS.
authorkloczek <kloczek@pld-linux.org>
Wed, 22 Dec 1999 15:51:39 +0000 (15:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfontview-autoconf.patch -> 1.1

gfontview-autoconf.patch [new file with mode: 0644]

diff --git a/gfontview-autoconf.patch b/gfontview-autoconf.patch
new file mode 100644 (file)
index 0000000..eb2373c
--- /dev/null
@@ -0,0 +1,24 @@
+diff -Nru gfontview-0.3.2/configure.in gfontview-0.3.2.new/configure.in
+--- gfontview-0.3.2/configure.in       Fri Dec 10 22:55:36 1999
++++ gfontview-0.3.2.new/configure.in   Wed Dec 22 16:28:43 1999
+@@ -8,20 +8,6 @@
+ GFV_MICRO_VERSION=2
+ GFV_VERSION=$GFV_MAJOR_VERSION.$GFV_MINOR_VERSION.$GFV_MICRO_VERSION
+-dnl ---------------------------------------------------------------------------
+-dnl for automake
+-dnl ---------------------------------------------------------------------------
+-AUTOMAKE_OPTIONS=no-dependencies
+-VERSION=$GFV_VERSION
+-PACKAGE=gfontview
+-AC_ARG_ENABLE(debug, 
+-  [  --enable-debug=[no/yes] turn on debugging [default=no]],,
+-  )
+-if test "$enable_debug" = "yes"; then
+-  CXXFLAGS="-Wall -Wno-unused -g"
+-else
+-  CXXFLAGS="-O2"
+-fi
+ dnl ---------------------------------------------------------------------------
+ dnl Initialize automake now
This page took 0.065201 seconds and 4 git commands to generate.