aboutsummaryrefslogtreecommitdiff
path: root/palm/libmal
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-10-07 12:52:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-10-07 12:52:14 +0000
commitd1085daefce2df119546e05338b931a62e5d8aa4 (patch)
treecc25c83cc50c63b7d6c6bdd5054d071b248c3213 /palm/libmal
parent28b502ee246dd191910a0646fd457df4ffddc666 (diff)
downloadports-d1085daefce2df119546e05338b931a62e5d8aa4.tar.gz
ports-d1085daefce2df119546e05338b931a62e5d8aa4.zip
Notes
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