openbsd-ports/audio/xmp/patches/patch-configure

23 lines
586 B
Plaintext
Raw Normal View History

2004-06-13 02:11:53 -04:00
$OpenBSD: patch-configure,v 1.3 2004/06/13 06:11:53 pvalchev Exp $
--- configure.orig 2001-01-19 16:03:24.000000000 -0700
+++ configure 2004-06-12 23:36:46.000000000 -0600
2003-05-18 03:40:55 -04:00
@@ -593,9 +593,6 @@ CINCS="${CPPFLAGS}"
PLUGIN=""
-LDFLAGS=""
-
-
X_XMP="xxmp"
2004-06-13 02:11:53 -04:00
@@ -2036,7 +2033,7 @@ fi
if test "${GCC-no}" = yes; then
- CFLAGS="${CFLAGS} -Wall -Wno-implicit-int -finline-functions"
+ CFLAGS="${CFLAGS} -Wall -Wno-implicit-int -finline-functions -fPIC"
if test "${cross_compiling}" = no; then
echo $ac_n "checking whether gcc needs -fsigned-char""... $ac_c" 1>&6