tags 473948 + patch thanks Hi,
Attached is the diff for my cmucl 19d-20061116-4.1 NMU.
diff -u cmucl-19d-20061116/debian/changelog cmucl-19d-20061116/debian/changelog --- cmucl-19d-20061116/debian/changelog +++ cmucl-19d-20061116/debian/changelog @@ -1,3 +1,11 @@ +cmucl (19d-20061116-4.1) unstable; urgency=low + + * Non-maintainer upload to fix RC bug. + * Remove -I- from the CPPFLAGS. Patch by Sebastian Bober. + (Closes: #473948) + + -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]> Wed, 23 Apr 2008 21:45:29 +0200 + cmucl (19d-20061116-4) unstable; urgency=low * Fixed FTBFS with texlive mess. Thanks to Matt Kraai for the patch only in patch2: unchanged: --- cmucl-19d-20061116.orig/src/lisp/Config.linux_gencgc +++ cmucl-19d-20061116/src/lisp/Config.linux_gencgc @@ -20,7 +20,7 @@ RUNTIME = $(GENCGC) $(LINKAGE) # __NO_CTYPE so builds on glibc 2.3 will run on (some) older glibc's. -CPPFLAGS = -D__NO_CTYPE -I. -I$(PATH1) -I- -I/usr/X11R6/include $(RUNTIME) +CPPFLAGS = -D__NO_CTYPE -I. -I$(PATH1) -I/usr/X11R6/include $(RUNTIME) CFLAGS = -rdynamic -Wstrict-prototypes -Wall -g $(RUNTIME) ASFLAGS = -g -DGENCGC -DLINKAGE_TABLE NM = $(PATH1)/linux-nm