SOURCES: nyquist-opt.patch - renewed dirs

blaass blaass at pld-linux.org
Wed May 24 12:52:13 CEST 2006


Author: blaass                       Date: Wed May 24 10:52:13 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- renewed dirs

---- Files affected:
SOURCES:
   nyquist-opt.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/nyquist-opt.patch
diff -u SOURCES/nyquist-opt.patch:1.1 SOURCES/nyquist-opt.patch:1.2
--- SOURCES/nyquist-opt.patch:1.1	Sat May 24 00:26:29 2003
+++ SOURCES/nyquist-opt.patch	Wed May 24 12:52:08 2006
@@ -1,27 +1,28 @@
---- nyquist/Makefile.orig	2002-11-21 18:07:42.000000000 +0100
-+++ nyquist/Makefile	2003-05-23 22:33:16.000000000 +0200
-@@ -18,7 +18,7 @@
- 
- CC = gcc
- # to disable command line editing, take out -DREADLINE
--CFLAGS = -DREADLINE -DCMTSTUFF -O2 $(INCL)
-+CFLAGS = -DREADLINE -DCMTSTUFF $(OPTFLAGS) $(INCL)
- LN = $(CC)
- # to disable command line editing, take out -lreadline -lcurses
- LFLAGS = -lm -lreadline -lcurses
---- nyquist/misc/Makefile.orig	2002-11-21 14:15:16.000000000 +0100
-+++ nyquist/misc/Makefile	2003-05-23 22:34:04.000000000 +0200
+--- nyquist/sys/unix/linux/Makefile.orig	2004-11-10 11:07:00.000000000 +0100
++++ nyquist/sys/unix/linux/Makefile	2006-05-24 13:32:23.000000000 +0200
 @@ -5,11 +5,11 @@
- # DESC: This file builds various utilities for Nyquist
- #
- 
--CC = gcc $(CFLAGS)
-+CC = gcc
- 
- # the unix path gets us switches.h:
- # the cmt path gets us swlogic.h:
--CFLAGS = -g -I../sys/unix -I../cmt
-+CFLAGS = $(OPTFLAGS) -I../sys/unix -I../cmt
- 
- # Directory info:
- BINPATH = .
+ # DESC: This file builds various utilities for Nyquist
+ #
+ 
+-CC = gcc $(CFLAGS)
++CC = gcc
+ 
+ # the unix path gets us switches.h:
+ # the cmt path gets us swlogic.h:
+-CFLAGS = -g -I../sys/unix -I../cmt
++CFLAGS = $(OPTFLAGS) -I../sys/unix -I../cmt
+ 
+ # Directory info:
+ BINPATH = .
+--- nyquist/misc/Makefile.orig	2005-12-22 10:48:00.000000000 +0100
++++ nyquist/misc/Makefile	2006-05-24 13:31:23.000000000 +0200
+@@ -41,7 +41,8 @@
+ # to enable command line editing, use -DREADLINE. WARNING: THIS WILL DISABLE THE
+ # ABILITY TO INTERRUPT LISP AND USE SOME OTHER HANDY CONTROL CHARACTERS
+ CFLAGS = -DCMTSTUFF -DPA_LITTLE_ENDIAN -g $(INCL) -DHAVE_LIBPTHREAD=1 \
+-     -DPA_USE_OSS=1 $(USE_ALSA) -DSTK_NYQUIST
++     -DPA_USE_OSS=1 $(USE_ALSA) -DSTK_NYQUIST $(OPTFLAGS)
++
+ LN = g++
+ # to disable command line editing, take out -lreadline -lcurses
+ LFLAGS = -lm -lreadline -lcurses -lpthread -lasound
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/nyquist-opt.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list