Bug 32569 - [PATCH] Fix gnomepim build with -DWITH_PILOT
Summary: [PATCH] Fix gnomepim build with -DWITH_PILOT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-07 03:00 UTC by Joe Marcus Clarke
Modified: 2001-12-07 09:33 UTC (History)
0 users

See Also:


Attachments
file.diff (359 bytes, patch)
2001-12-07 03:00 UTC, Joe Marcus Clarke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Marcus Clarke 2001-12-07 03:00:01 UTC
	When building gnomepim with -DWITH_PILOT, the build fails with the
following errors:

checking for /usr/X11R6/include/pi-version.h... no
configure: error: Unable to find pi-version.h
===>  Script "configure" failed: here are the contents of "config.log"
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

Fix: Apply this patch to the port Makefile:
How-To-Repeat: 	cd /usr/ports/deskutils/gnomepim ; make -DIWTH_PILOT
Comment 1 Joe Marcus Clarke 2001-12-07 03:06:56 UTC
This patch is probably a little better now that I think about it.

--- Makefile.orig   Thu Dec  6 21:48:35 2001
+++ Makefile    Thu Dec  6 22:05:18 2001
@@ -29,6 +29,7 @@
  LIBS=      -L${LOCALBASE}/lib
  .if !defined(WITH_PILOT)
  CONFIGURE_ARGS=    --without-pisock --disable-pilotlinktest
+.else
  CPPFLAGS+= -I${LOCALBASE}/pilot/include
  LIBS+=     -L${LOCALBASE}/pilot/lib
  .endif
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2001-12-07 04:00:58 UTC
Responsible Changed
From-To: freebsd-ports->gnome

Over to maintainers
Comment 3 Maxim Sobolev freebsd_committer freebsd_triage 2001-12-07 09:33:28 UTC
State Changed
From-To: open->closed

Committed, thanks!