]> git.pld-linux.org Git - packages/bcc.git/blobdiff - Dev86src-opt.patch
- noted new URL
[packages/bcc.git] / Dev86src-opt.patch
index 56ab60b53193201bd814a93c4b3a6e3fb9368433..f1b8ce33436777f72f86ab70e0265315ddefff43 100644 (file)
@@ -10,15 +10,40 @@ diff -Nur dev86-0.16.0.orig/libbsd/Make.defs dev86-0.16.0/libbsd/Make.defs
  WALL= -ansi -pedantic -Wwrite-strings -Wpointer-arith -Wcast-qual \
        -Wcast-align -Wtraditional -Wstrict-prototypes -Wmissing-prototypes \
        -Wnested-externs -Winline -Wshadow
-diff -Nur dev86-0.16.0.orig/makefile.in dev86-0.16.0/makefile.in
---- dev86-0.16.0.orig/makefile.in      Sun Nov 11 19:25:16 2001
-+++ dev86-0.16.0/makefile.in   Sun Nov 11 19:26:23 2001
-@@ -39,7 +39,7 @@
- WALL  =-Wstrict-prototypes
+--- dev86-0.16.18/Makefile.orig        2010-10-23 17:31:44.000000000 +0200
++++ dev86-0.16.18/Makefile     2012-04-05 16:04:39.032535007 +0200
+@@ -18,7 +18,7 @@
+ INCLDIR= $(PREFIX)/lib/bcc
+ ASLDDIR= $(BINDIR)
+ MANDIR=        $(PREFIX)/man
+-CFLAGS=  -O
++CFLAGS=  $(OPT)
+ IFDEFNAME= ifdef
  
- CC    =gcc
--CFLAGS        =$(GCCFLAG) -Wall $(WALL) -O6 -g
-+CFLAGS        =$(GCCFLAG) -Wall $(WALL) $(OPT)
+ # Some makes take the last of a list as the default ...
+--- dev86-0.16.19/makefile.in.orig     2012-10-25 21:27:25.627775623 +0200
++++ dev86-0.16.19/makefile.in  2012-10-25 21:29:26.577770547 +0200
+@@ -40,10 +40,10 @@
+        -Wcast-qual -Wcast-align -Wconversion -Waggregate-return \
+        -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls \
+        -Wnested-externs -Winline 
+-CFLAGS        =$(GCCFLAG) $(WALL) -O2 -g
++CFLAGS        =$(GCCFLAG) $(WALL) $(OPT)
+ #else
+ WALL  =-Wall -Wstrict-prototypes
+-CFLAGS        =$(GCCFLAG) -O2 -fno-strict-aliasing
++CFLAGS        =$(GCCFLAG) $(OPT) -fno-strict-aliasing
  #endif
  
- #ifndef GNUMAKE
+ #endif
+--- dev86-0.16.8/dis88/Makefile.orig   Fri Jul 31 15:01:40 1998
++++ dev86-0.16.8/dis88/Makefile        Tue Aug 27 22:38:03 2002
+@@ -25,7 +25,7 @@
+ # be necessary to alter the formats of the tables.
+ #CC=bcc
+-CFLAGS=-O
++CFLAGS=$(OPT)
+ LDFLAGS=
+ PREFIX=/usr
This page took 0.078035 seconds and 4 git commands to generate.