Bug 69930

Summary: [maintainer update] textproc/skim -- fix build
Product: Ports & Packages Reporter: Jie Gao <gaoj>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-skim none

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!