]> Pileus Git - ~andy/sunrise/commitdiff
Fixed multiple -fPIC flags and some cosmetic changes
authorMike Pagano <mpagano@gentoo.org>
Sun, 3 Sep 2006 14:33:23 +0000 (14:33 +0000)
committerMike Pagano <mpagano@gentoo.org>
Sun, 3 Sep 2006 14:33:23 +0000 (14:33 +0000)
svn path=/sunrise/; revision=1113

net-misc/netbrake/files/netbrake-0.2-fix-compiler-and-flags.patch
net-misc/netbrake/files/netbrake-0.2-fix-path-and-httpfs.patch

index 74af283919d5b778b1d8ad54bb6745367e12e3af..323d8435940c88ea05cb358ac51fbe17fcfaef46 100644 (file)
@@ -1,5 +1,5 @@
---- ../netbrake.orig/Makefile.in.orig  2001-09-10 09:40:50.000000000 -0400
-+++ Makefile.in        2006-09-02 14:42:41.000000000 -0400
+--- Makefile.in.orig   2001-09-10 09:40:50.000000000 -0400
++++ Makefile.in        2006-09-03 10:17:41.000000000 -0400
 @@ -10,8 +10,9 @@
  LIBNETBRAKE=libnetbrake.so.0.1
  NETBRAKE=netbrake
@@ -7,7 +7,7 @@
 -CC=gcc
 -CFLAGS= -fPIC -Wall -O2 -g
 +CC?=gcc
-+CFLAGS?= -fPIC -Wall -O2 -g
++CFLAGS?= -Wall -O2 -g
 +CFLAGS+= -fPIC
  SHAREDFLAGS= -nostartfiles -shared -Wl,-soname,libnetbrake.so.0
  
index 4dc3677cf7bf683f7bd43d4a60aa7895fb8dc748..d58f896cf423f5559b75b77ace316aedd5916bbf 100644 (file)
@@ -1,5 +1,5 @@
 --- configure.orig     2001-09-13 20:18:02.000000000 -0400
-+++ ../netbrake/configure      2006-09-02 11:52:34.000000000 -0400
++++ configure  2006-09-02 11:52:34.000000000 -0400
 @@ -2,17 +2,10 @@
  
  CC=${CC:=cc}