Bug 69930 - [maintainer update] textproc/skim -- fix build
Summary: [maintainer update] textproc/skim -- fix build
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-03 00:00 UTC by Jie Gao
Modified: 2004-08-04 04:25 UTC (History)
0 users

See Also:


Attachments
patch-skim (389 bytes, text/plain)
2004-08-03 00:00 UTC, Jie Gao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jie Gao 2004-08-03 00:00:37 UTC
	
The configure script of textproc/skim does not make use of CFLAGS or CPPFLAGS
but only CXXFLAGS. So the critical ``-D__STDC_ISO_10646__'' should be put to
CXXFLAGS in CONFIGURE_ENV.

In my last update to textproc/skim (PR ports/69777), ``-D__STDC_ISO_10646__''
was put in PTHREAD_CFLAGS as my hack and that worked. However, I forgot to 
bring pav's attention so it was moved to CFLAGS by pav.

Fix: Apply the path below to the port directory.
How-To-Repeat: 	
cd /usr/ports/textproc/skim && make
You will end up with some unresolved functions when linking skim.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-08-04 04:23:17 UTC
State Changed
From-To: open->closed

Commited, thanks!