diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-07 12:52:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-07 12:52:14 +0000 |
commit | d1085daefce2df119546e05338b931a62e5d8aa4 (patch) | |
tree | cc25c83cc50c63b7d6c6bdd5054d071b248c3213 /palm | |
parent | 28b502ee246dd191910a0646fd457df4ffddc666 (diff) |
- Refer to pkg-config for pilot-link linking details. This will fix the build
when pilot-link was compiled with threads
PR: ports/104064
Notes
Notes:
svn path=/head/; revision=174776
Diffstat (limited to 'palm')
-rw-r--r-- | palm/libmal/Makefile | 2 | ||||
-rw-r--r-- | palm/libmal/files/patch-configure | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/palm/libmal/Makefile b/palm/libmal/Makefile index 080a779d6d4d..4948f5284dcd 100644 --- a/palm/libmal/Makefile +++ b/palm/libmal/Makefile @@ -8,7 +8,7 @@ PORTNAME= libmal PORTVERSION= 0.42 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= palm MASTER_SITES= http://jasonday.home.att.net/code/libmal/ diff --git a/palm/libmal/files/patch-configure b/palm/libmal/files/patch-configure new file mode 100644 index 000000000000..51c07e9472ac --- /dev/null +++ b/palm/libmal/files/patch-configure @@ -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 |