[Glibc-bsd-commits] r3043 - in trunk/kfreebsd-8/debian: . patches

Aurelien Jarno aurel32 at alioth.debian.org
Wed Jun 9 12:32:47 UTC 2010


Author: aurel32
Date: 2010-06-09 12:32:45 +0000 (Wed, 09 Jun 2010)
New Revision: 3043

Modified:
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/patches/003_glibc_dev_aicasm.diff
Log:
  * Force NO_WERROR to build aicasm, now that it is not the default
    anymore in freebsd-buildutils.



Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2010-06-08 13:38:49 UTC (rev 3042)
+++ trunk/kfreebsd-8/debian/changelog	2010-06-09 12:32:45 UTC (rev 3043)
@@ -1,3 +1,10 @@
+kfreebsd-8 (8.0-7) unstable; urgency=low
+
+  * Force NO_WERROR to build aicasm, now that it is not the default
+    anymore in freebsd-buildutils.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Wed, 09 Jun 2010 14:31:53 +0200
+
 kfreebsd-8 (8.0-6) unstable; urgency=high
 
   [ Petr Salinger ]

Modified: trunk/kfreebsd-8/debian/patches/003_glibc_dev_aicasm.diff
===================================================================
--- trunk/kfreebsd-8/debian/patches/003_glibc_dev_aicasm.diff	2010-06-08 13:38:49 UTC (rev 3042)
+++ trunk/kfreebsd-8/debian/patches/003_glibc_dev_aicasm.diff	2010-06-09 12:32:45 UTC (rev 3043)
@@ -1,15 +1,17 @@
 --- a/sys/dev/aic7xxx/aicasm/Makefile
 +++ b/sys/dev/aic7xxx/aicasm/Makefile
-@@ -14,7 +14,7 @@
+@@ -14,8 +14,9 @@
  SRCS=	${GENHDRS} ${CSRCS} ${YSRCS} ${LSRCS}
  CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g}
  DPADD=	${LIBL}
 -LDADD=	-ll
 +LDADD=	-ll -ldb
  WARNS?=	6
++NO_WERROR?=	1
  
  # Correct path for kernel builds
-@@ -24,13 +24,6 @@
+ # Don't rely on the kernel's .depend file
+@@ -24,13 +25,6 @@
  DEPENDFILE=	.depend_aicasm
  .endif
  




More information about the Glibc-bsd-commits mailing list