pkgsrc/lang/awka/patches/patch-ab
tv 58c0dcaf2a Remove setmode() declaration that is different from BSD's. Caused build
failure on Interix.

Turn off shlib for now.  It's unversioned and quite primitive, and nothing
is currently depending on it.
2005-11-02 15:54:04 +00:00

15 lines
340 B
Text

$NetBSD: patch-ab,v 1.1 2005/11/02 15:54:04 tv Exp $
--- configure.orig 2001-07-11 02:00:52.000000000 -0400
+++ configure
@@ -2877,8 +2877,8 @@ rm -f conftest*
EXE=''
if test "$GCC" = yes
then
- SHARED_LIB='libawka.so'
- SHAREDFLAG='-fPIC'
+ SHARED_LIB=''
+ SHAREDFLAG=''
fi
else
EXE=$djgpp