diff options
author | pav <pav@FreeBSD.org> | 2006-10-07 20:52:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-10-07 20:52:14 +0800 |
commit | 61b01401dbc90cb6e0ae7b2eac62930a199fa2ec (patch) | |
tree | 6b1faca547af2ae96789c8c99e33fb74e9847240 /palm/libmal | |
parent | cde154d5244d754cdc1032b05c393e46694b2500 (diff) | |
download | freebsd-ports-gnome-61b01401dbc90cb6e0ae7b2eac62930a199fa2ec.tar.gz freebsd-ports-gnome-61b01401dbc90cb6e0ae7b2eac62930a199fa2ec.tar.zst freebsd-ports-gnome-61b01401dbc90cb6e0ae7b2eac62930a199fa2ec.zip |
- Refer to pkg-config for pilot-link linking details. This will fix the build
when pilot-link was compiled with threads
PR: ports/104064
Diffstat (limited to 'palm/libmal')
-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 |