]> git.pld-linux.org Git - packages/darkice.git/commitdiff
- do not hardcode CXXFLAGS.
authorkloczek <kloczek@pld-linux.org>
Mon, 22 Jul 2002 21:42:18 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    darkice-am_fixes.patch -> 1.1

darkice-am_fixes.patch [new file with mode: 0644]

diff --git a/darkice-am_fixes.patch b/darkice-am_fixes.patch
new file mode 100644 (file)
index 0000000..5a72fce
--- /dev/null
@@ -0,0 +1,14 @@
+--- darkice-0.10/src/Makefile.am~      Mon Jul 22 16:04:58 2002
++++ darkice-0.10/src/Makefile.am       Mon Jul 22 16:04:58 2002
+@@ -1,8 +1,7 @@
+ bin_PROGRAMS = darkice
+-CXXFLAGS = -g -pedantic -Wall
+-#CXXFLAGS = -O2 -pedantic -Wall
+-INCLUDES = @LAME_INCFLAGS@ @VORBIS_INCFLAGS@
+-LDADD = @LAME_LDFLAGS@ @VORBIS_LDFLAGS@
++
++INCLUDES = $(LAME_INCFLAGS) $(VORBIS_INCFLAGS)
++LDADD = $(LAME_LDFLAGS) $(VORBIS_LDFLAGS)
+ darkice_SOURCES =   AudioEncoder.h\
+                     AudioSource.h\
This page took 0.038289 seconds and 4 git commands to generate.