1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Refer to pkg-config for pilot-link linking details. This will fix the build

when pilot-link was compiled with threads

PR:		ports/104064
This commit is contained in:
Pav Lucistnik 2006-10-07 12:52:14 +00:00
parent 28b502ee24
commit d1085daefc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174776
2 changed files with 12 additions and 1 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= libmal
PORTVERSION= 0.42
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= palm
MASTER_SITES= http://jasonday.home.att.net/code/libmal/

View File

@ -0,0 +1,11 @@
--- configure.orig Thu Sep 14 03:37:07 2006
+++ configure Sat Oct 7 14:27:00 2006
@@ -19056,6 +19056,8 @@
fi
+PILOT_LIBS=`pkg-config --libs pilot-link`
+
echo "$as_me:$LINENO: checking for main in -lsocket" >&5
echo $ECHO_N "checking for main in -lsocket... $ECHO_C" >&6
if test "${ac_cv_lib_socket_main+set}" = set; then