Hi,

disabling jasper doesn't seem the right way to solve a buildconflict...
The -I/sw/include flags remain before the -I.  flags, and since god  
knows
what could be in /sw/include (eg, from a user's local pkgs), the  
problem remains.

The first attempt, using the standard tools, worked perfectly :

/sw/fink/dists/unstable/main/finkinfo/text root# cvs diff  
ghostscript.info
Index: ghostscript.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/ 
ghostscript.info,v
retrieving revision 1.5
diff -r1.5 ghostscript.info
11a12,14
 > NoSetCPPFLAGS: true
 > NoSetLDFLAGS: true
 > SetLIBRARY_PATH: %p/lib
14,15c17,20
<  ./configure --without-jasper %c
<  make CFLAGS_STANDARD="-O2 -I%p/include" XLDFLAGS=-L%p/lib
---
 > #!/bin/sh -ev
 >  export CPATH=%p/include
 >  ./configure %c
 >  make CFLAGS_STANDARD="-O2"


Best,

Jean-Francois

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to