View | Details | Raw Unified | Return to bug 152480
Collapse All | Expand All

(-)devel/libffi/files/patch-configure (-4 / +11 lines)
Lines 1-5 Link Here
1
--- configure.orig	2010-06-03 20:49:28.000000000 +0000
1
--- configure.orig	2010-11-22 12:53:14.000000000 +0100
2
+++ configure	2010-06-03 20:50:18.000000000 +0000
2
+++ configure	2010-11-22 12:53:26.000000000 +0100
3
@@ -12231,6 +12231,9 @@
3
@@ -12231,6 +12231,9 @@
4
   powerpc-*-freebsd*)
4
   powerpc-*-freebsd*)
5
 	TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
5
 	TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
Lines 10-14 Link Here
10
   powerpc*-*-rtems*)
10
   powerpc*-*-rtems*)
11
 	TARGET=POWERPC; TARGETDIR=powerpc
11
 	TARGET=POWERPC; TARGETDIR=powerpc
12
 	;;
12
 	;;
13
13
@@ -14484,7 +14487,7 @@
14
14
 
15
 	libffi_cv_as_x86_pcrel=yes
16
 	echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
17
-	if $CC $CFLAGS -c conftest.s 2>&1 | grep -i warning > /dev/null; then
18
+	if $CC -c conftest.s 2>&1 | grep -i warning > /dev/null; then
19
 	    libffi_cv_as_x86_pcrel=no
20
 	fi
21
 

Return to bug 152480