## Jeremy Messenger ([EMAIL PROTECTED]):

> >If you get rid of /usr/local/include/cups directory , it works
> >Somehow it picks up those includes instead of the ones in the port diectory
> Above shows that it has four of '-I/usr/local/include' before that '-I..'. I 
> had to solve problem in libsndfile by using '-isystem ${LOCALBASE}/include' 
> instead '-I${LOCALBASE}/include' in CPPFLAGS, so it may works for CUPS too.

I just filed ports/116721 for that, patch included. See
http://www.freebsd.org/cgi/query-pr.cgi?pr=116721 or put this in
files/patch-Makedefs.in


--- Makedefs.in.orig    Fri Sep 28 21:13:27 2007
+++ Makedefs.in Fri Sep 28 21:13:48 2007
@@ -108,8 +108,8 @@
 #               for extra debug info)
 #
 
-ALL_CFLAGS     =       $(SSLFLAGS) @LARGEFILE@ @PTHREAD_FLAGS@ \
-                       $(OPTIONS) $(CFLAGS)
+ALL_CFLAGS     =       $(CFLAGS) $(SSLFLAGS) @LARGEFILE@ @PTHREAD_FLAGS@ \
+                       $(OPTIONS)
 ARCHFLAGS      =       @ARCHFLAGS@
 ARFLAGS                =       @ARFLAGS@
 BACKLIBS       =       @BACKLIBS@


Regards
Christoph

-- 
Spare Space
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to