Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2002 19:33:05 +0100
From:      Herbert <h.j.s@gmx.at>
To:        freebsd-ports@FreeBSD.org
Subject:   malsync-2.06_1 - a small one ;)
Message-ID:  <20020120183305.GA56802@freebsd3.rocks>

next in thread | raw e-mail | index | archive | help

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hei!

Pilot-Link is installed into /usr/local, but malsync still looks for the
pilot-link headers and libs in /usr/local/pilot. 
Here is a small patch to fix this error.

Greetings,
Herbert 

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch

diff -ruN malsync/files/patch-aa malsync.bak/files/patch-aa
--- malsync/files/patch-aa	Thu Jul 27 08:46:49 2000
+++ malsync.bak/files/patch-aa	Sun Jan 20 19:21:42 2002
@@ -10,7 +10,7 @@
  
  TREETOP = ../../..
 -PILOT_LINK_DIR = $(TREETOP)/vendor/pilot/pilot-link.0.9.3
-+PILOT_LINK_DIR = $(PREFIX)/pilot
++PILOT_LINK_DIR = $(PREFIX)
 +  
 +DEFINES = -DMALSYNC
  

--KsGdsel6WgEHnImy--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020120183305.GA56802>