socsvn commit: r254289 - in soc2013/dpl/head/usr.bin: bzip2 xz
dpl at FreeBSD.org
dpl at FreeBSD.org
Sun Jul 7 08:27:08 UTC 2013
Author: dpl
Date: Sun Jul 7 08:27:08 2013
New Revision: 254289
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=254289
Log:
Cleaning bzip2 Makefile.
Modified:
soc2013/dpl/head/usr.bin/bzip2/Makefile
soc2013/dpl/head/usr.bin/xz/Makefile
Modified: soc2013/dpl/head/usr.bin/bzip2/Makefile
==============================================================================
--- soc2013/dpl/head/usr.bin/bzip2/Makefile Sun Jul 7 08:19:38 2013 (r254288)
+++ soc2013/dpl/head/usr.bin/bzip2/Makefile Sun Jul 7 08:27:08 2013 (r254289)
@@ -5,9 +5,6 @@
PROG= bzip2
CFLAGS+= -D_FILE_OFFSET_BITS=64
-#TODO: Delete this.
-CFLAGS+= -fno-color-diagnostics
-CFLAGS+= -Wall -Werror -g
WARNS?= 3
Modified: soc2013/dpl/head/usr.bin/xz/Makefile
==============================================================================
--- soc2013/dpl/head/usr.bin/xz/Makefile Sun Jul 7 08:19:38 2013 (r254288)
+++ soc2013/dpl/head/usr.bin/xz/Makefile Sun Jul 7 08:27:08 2013 (r254289)
@@ -41,6 +41,9 @@
CFLAGS+= -DHAVE_CONFIG_H \
-I${LZMALIBDIR} \
-I${XZDIR}/common
+#TODO: Delete this.
+CFLAGS+= -fno-color-diagnostics
+CFLAGS+= -Wall -Werror -g
DPADD= ${LIBLZMA}
LDADD= -llzma
More information about the svn-soc-all
mailing list