mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1c9f9e6798
Submitted by: cpiazza@home.net PR: ports/12172
37 lines
728 B
Plaintext
37 lines
728 B
Plaintext
*** configure.orig Sat Jun 12 08:17:32 1999
|
|
--- configure Sat Jun 12 08:18:28 1999
|
|
***************
|
|
*** 4906,4912 ****
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
! LIBS="-lopie $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 4912 "configure"
|
|
#include "confdefs.h"
|
|
--- 4906,4912 ----
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
! LIBS="-lopie -lmd $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 4912 "configure"
|
|
#include "confdefs.h"
|
|
***************
|
|
*** 4940,4946 ****
|
|
#define $ac_tr_lib 1
|
|
EOF
|
|
|
|
! LIBS="-lopie $LIBS"
|
|
|
|
else
|
|
echo "$ac_t""no" 1>&6
|
|
--- 4940,4946 ----
|
|
#define $ac_tr_lib 1
|
|
EOF
|
|
|
|
! LIBS="-lopie -lmd $LIBS"
|
|
|
|
else
|
|
echo "$ac_t""no" 1>&6
|