summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/mjpegtools/files/mjpegtools-1.9.0-nopic.patch')
-rw-r--r--media-video/mjpegtools/files/mjpegtools-1.9.0-nopic.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/media-video/mjpegtools/files/mjpegtools-1.9.0-nopic.patch b/media-video/mjpegtools/files/mjpegtools-1.9.0-nopic.patch
deleted file mode 100644
index 9689acb..0000000
--- a/media-video/mjpegtools/files/mjpegtools-1.9.0-nopic.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -Naur org/configure new/configure
---- org/configure 2009-07-29 17:35:00.000000000 +0100
-+++ new/configure 2009-07-29 17:36:35.000000000 +0100
-@@ -25818,7 +25818,7 @@
- _ACEOF
-
- have_x86cpu=true
-- PROGRAM_NOPIC="-fno-PIC"
-+ PROGRAM_NOPIC=""
- ;;
- x86_64*)
- { echo "$as_me:$LINENO: result: x86_64" >&5
-@@ -25830,7 +25830,7 @@
-
- have_x86cpu=true
- have_x86_64cpu=true
-- PROGRAM_NOPIC="-fno-PIC"
-+ PROGRAM_NOPIC=""
- ;;
- powerpc | powerpc64)
- { echo "$as_me:$LINENO: result: PowerPC" >&5
-diff -Naur org/configure.ac new/configure.ac
---- org/configure.ac 2009-01-06 06:33:48.000000000 +0000
-+++ new/configure.ac 2009-07-29 17:38:15.000000000 +0100
-@@ -315,14 +315,14 @@
- AC_MSG_RESULT(IA32)
- AC_DEFINE(HAVE_X86CPU,1, [Compiling for x86 architecture CPU])
- have_x86cpu=true
-- PROGRAM_NOPIC="-fno-PIC"
-+ PROGRAM_NOPIC=""
- ;;
- x86_64*)
- AC_MSG_RESULT(x86_64)
- AC_DEFINE(HAVE_X86CPU,1, [Compiling for x86-64 architecture CPU])
- have_x86cpu=true
- have_x86_64cpu=true
-- PROGRAM_NOPIC="-fno-PIC"
-+ PROGRAM_NOPIC=""
- ;;
- powerpc | powerpc64)
- AC_MSG_RESULT(PowerPC)