aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-12-25 22:31:23 +0800
committerMartin Baulig <martin@src.gnome.org>1999-12-25 22:31:23 +0800
commit9c84a9253936ded67c4ab3d8fb9a8b357a533411 (patch)
tree3da57283e869778af85cf17cf0e7fb1d14412b7c
parent023367b6486262cf552add637f1a6c610b28e5fb (diff)
downloadgsoc2013-evolution-9c84a9253936ded67c4ab3d8fb9a8b357a533411.tar.gz
gsoc2013-evolution-9c84a9253936ded67c4ab3d8fb9a8b357a533411.tar.zst
gsoc2013-evolution-9c84a9253936ded67c4ab3d8fb9a8b357a533411.zip
Applied patch from Colin Walters to make it compile under Debian
1999-12-25 Martin Baulig <martin@home-of-linux.org> * gnome-pilot.m4: Applied patch from Colin Walters to make it compile under Debian GNU/Linux. svn path=/trunk/; revision=1512
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-pilot.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 61d4fb2455..0273f17e87 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,8 @@
+1999-12-25 Martin Baulig <martin@home-of-linux.org>
+
+ * gnome-pilot.m4: Applied patch from Colin Walters to make
+ it compile under Debian GNU/Linux.
+
1999-12-05 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-checks.m4: Removed all guile variables.
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4
index e8a52632e3..da5ccb61a9 100644
--- a/macros/gnome-pilot.m4
+++ b/macros/gnome-pilot.m4
@@ -46,7 +46,7 @@ AC_DEFUN([PILOT_LINK_HOOK],[
AC_SUBST(PISOCK_INCLUDEDIR)
- if test x$PISOCK_INCLUDEDIR = x; then
+ if test x$PISOCK_LIBDIR = x; then
AC_CHECK_LIB(pisock, pi_accept, [ PISOCK_LIBS=-lpisock ],
[ AC_MSG_ERROR("Unable to find libpisock. Try ftp://ryeham.ee.ryerson.ca/pub/PalmOS/.") ])
fi
td>-1/+1 * devel/boost-*: update to 1.64.0jbeich2017-05-021-1/+1 * devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1 * devel/boost-*: update to 1.62.0jbeich2016-11-231-0/+1 * - Update LuxRender modern (Embree-based) branch to version 1.6danfe2016-06-068-106/+53 * Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-5/+5 * - Don't build unused samples, fixes build with updated openimageioamdmi32016-03-051-0/+19 * - Update to version 1.5.1 which fixes a few annoying issues with glossydanfe2015-11-252-10/+11 * Update LuxRender to version 1.5. As it now requires `graphics/embree'danfe2015-10-124-11/+34 * - Do not embed revision hashes inside patches by creating a symlinkdanfe2015-08-268-16/+20 * Consistently spell out ONLY_FOR_ARCHS_REASON due to SSE (and other SIMDdanfe2015-08-231-1/+1 * Try to fix installation on amd64 by removing stupid `64' suffix that wasdanfe2015-08-211-1/+9 * - Belatedly update to version 1.4 (switch to DISTVERSION to make testingdanfe2015-08-1911-56/+101 * Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.rakuco2015-08-181-1/+1 * Bump portrevision after png updatebapt2014-12-261-1/+1 * Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1 * Cleanup plistbapt2014-10-211-1/+0 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 * math/fftw3:tijl2014-09-011-1/+1 * Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-161-0/+1 * Since v1.55, Boost is built with a modern compiler, which is known to breakdanfe2014-07-241-0/+2 * Unbreak on i386 by letting compiler to use SSE extensions, and limit the portdanfe2014-07-123-2/+5 * Add the patches forgotten in r358917.danfe2014-06-235-0/+453 * Resurrect, unbreak, update to version 1.3.1, and stagify.danfe2014-06-235-0/+116 * Broken for more than a year expired for 8 monthbapt2014-06-235-157/+0 * Chase boost and icu bumpbapt2014-02-071-1/+1 * Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-3/+3 * - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)nemysis2013-11-201-1/+1 * graphics/ilmbasenemysis2013-10-311-1/+1 * Deprecated some ports broken for more than 6 monthbapt2013-10-181-0/+3 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 * - convert USE_CMAKE to USESmakc2013-03-23