Hi All;

I'm thinking about the following NMU. First I want to see if it builds OK
on powerPC.


diff -Nru clisp-2.48/debian/changelog clisp-2.48/debian/changelog
--- clisp-2.48/debian/changelog	2010-07-07 18:40:17.000000000 -0300
+++ clisp-2.48/debian/changelog	2011-01-09 15:04:35.000000000 -0400
@@ -1,3 +1,10 @@
+clisp (1:2.48-4) unstable; urgency=low
+
+  * Non-Maintainer upload
+  * Backport some powerpc related debian/rules changes from 2.49-1
+
+ -- David Bremner <brem...@debian.org>  Sun, 09 Jan 2011 12:43:18 -0400
+
 clisp (1:2.48-3) unstable; urgency=medium
 
   * Re-Add s390 to -doc's architectures, was removed by accident
diff -Nru clisp-2.48/debian/rules clisp-2.48/debian/rules
--- clisp-2.48/debian/rules	2010-07-04 09:03:38.000000000 -0300
+++ clisp-2.48/debian/rules	2011-01-09 15:04:35.000000000 -0400
@@ -22,8 +22,8 @@
 
 export CC=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)-gcc
 
-ifneq (,$(filter m68k alpha hppa ,$(DEB_BUILD_ARCH)))
-	export CFLAGS=-D SAFETY=3 -D NO_MULTIMAP_SHM -D NO_MULTIMAP_FILE -D NO_SINGLEMAP -D NO_TRIVIALMAP $(EXTRACFLAGS)
+ifneq (,$(filter m68k alpha hppa powerpc,$(DEB_BUILD_ARCH)))
+	CFLAGS:=-D SAFETY=3 -D NO_MULTIMAP_SHM -D NO_MULTIMAP_FILE -D NO_SINGLEMAP -D NO_TRIVIALMAP ${CFLAGS}
 endif
 
 ifneq (,$(filter ia64 ,$(DEB_BUILD_ARCH)))
@@ -34,7 +34,7 @@
 	export CFLAGS=-mcpu=v9 -D SAFETY=3 -D NO_MULTIMAP_SHM -D NO_MULTIMAP_FILE -D NO_SINGLEMAP -D NO_TRIVIALMAP $(EXTRACFLAGS)
 endif
 
-ifneq (,$(filter armel hppa ia64 m68k s390 mipsel ,$(DEB_BUILD_ARCH)))
+ifneq (,$(filter armel hppa ia64 m68k s390 mipsel powerpc,$(DEB_BUILD_ARCH)))
         # Disable FFI
 	FFI=--without-dynamic-ffi
 	MODULES=--with-module=clx/mit-clx --with-module=berkeley-db
_______________________________________________
pkg-common-lisp-devel mailing list
pkg-common-lisp-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-common-lisp-devel

Reply via email to