mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
14 lines
535 B
Plaintext
14 lines
535 B
Plaintext
Index: configure.in
|
|
diff -u configure.in.orig configure.in
|
|
--- configure.in.orig Sat May 29 04:59:21 2004
|
|
+++ configure.in Sat May 29 05:03:04 2004
|
|
@@ -933,7 +933,7 @@
|
|
dnl add perl cccdlflags when building libraries -- this ensures that the
|
|
dnl libraries will be compiled as PIC if perl requires PIC objects
|
|
dnl -- this is needed on NetBSD, but seems to cause problems on atleast Solaris --
|
|
-dnl eval `${PERL} -V:cccdlflags`
|
|
+ eval `${PERL} -V:cccdlflags`
|
|
PERL_CCCDLFLAGS="$cccdlflags"
|
|
AC_SUBST(PERL_CCCDLFLAGS)
|
|
fi
|