summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-09 02:09:50 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-09 02:09:50 +0000
commit9c6148a6049ae8f01e249b21a40613ad6da8081e (patch)
tree9a1949b77505d000e7136edbf62ddb31eef9c5b9 /media-libs/x264-svn/files
parentremoved strip (diff)
downloadgentoo-2-9c6148a6049ae8f01e249b21a40613ad6da8081e.tar.gz
gentoo-2-9c6148a6049ae8f01e249b21a40613ad6da8081e.tar.bz2
gentoo-2-9c6148a6049ae8f01e249b21a40613ad6da8081e.zip
Add patch to avoid stripping the binaries with -s ld flag, leave to portage handle that.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-libs/x264-svn/files')
-rw-r--r--media-libs/x264-svn/files/x264-svn-20060302-nostrip.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/media-libs/x264-svn/files/x264-svn-20060302-nostrip.patch b/media-libs/x264-svn/files/x264-svn-20060302-nostrip.patch
new file mode 100644
index 000000000000..40b1d9fe10b4
--- /dev/null
+++ b/media-libs/x264-svn/files/x264-svn-20060302-nostrip.patch
@@ -0,0 +1,17 @@
+Index: x264-svn/configure
+===================================================================
+--- x264-svn.orig/configure
++++ x264-svn/configure
+@@ -308,12 +308,6 @@ if [ "$avis_input" = "yes" ] ; then
+ LDFLAGS="$LDFLAGS -lvfw32"
+ fi
+
+-if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
+- CFLAGS="$CFLAGS -s -fomit-frame-pointer"
+- LDFLAGS="$LDFLAGS -s"
+- VFW_LDFLAGS="$VFW_LDFLAGS -s"
+-fi
+-
+ if cc_check "stdio.h" "" "fseeko(stdin,0,0);" ; then
+ echo "#define fseek fseeko" >> config.h
+ echo "#define ftell ftello" >> config.h