aboutsummaryrefslogtreecommitdiffstats
path: root/palm/libmal
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-10-07 20:52:14 +0800
committerpav <pav@FreeBSD.org>2006-10-07 20:52:14 +0800
commit61b01401dbc90cb6e0ae7b2eac62930a199fa2ec (patch)
tree6b1faca547af2ae96789c8c99e33fb74e9847240 /palm/libmal
parentcde154d5244d754cdc1032b05c393e46694b2500 (diff)
downloadfreebsd-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/Makefile2
-rw-r--r--palm/libmal/files/patch-configure11
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