Hi.

I just made the following tiny change to your xrmap package because it 
wasn't working on 10.8.  Upstream appears to have been relying on the 
/usr/include/X11 -> /usr/X11/include/X11 symlink which is no longer 
present.  This change just explicitly appends -I/usr/X11/include/X11 to 
the CPPFLAGS.


-------- Original Message --------
Subject: [cvs] dists/10.7/stable/main/finkinfo/graphics xrmap.info,1.1,1.2
Date: Thu, 27 Jun 2013 23:55:22 +0000
From: Alexander Hansen <alexkhan...@users.sourceforge.net>
Reply-To: fink-devel@lists.sourceforge.net
To: fink-comm...@lists.sourceforge.net
Newsgroups: gmane.os.apple.fink.cvs
Followup-To: gmane.os.apple.fink.devel

Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17855/10.7/stable/main/finkinfo/graphics

Modified Files:
        xrmap.info
Log Message:
Fix 10.8+ build.


Index: xrmap.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/xrmap.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xrmap.info  28 May 2012 18:05:57 -0000      1.1
+++ xrmap.info  27 Jun 2013 23:55:20 -0000      1.2
@@ -37,6 +37,7 @@
  #!/bin/sh -ev
   export PATH=%p/lib/xmkmf/bin:$PATH
   export IMAKEINCLUDE=-I%p/lib/X11/config
+ export CPPFLAGS="$CPPFLAGS -I/usr/X11/include"
    xmkmf
    make -f Makefile.noimake DESTDIR=%p
  <<





------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to