$OpenBSD: patch-src-make_local,v 1.2 2009/04/01 19:31:39 jasper Exp $ --- src/make_local.orig Sun Mar 29 19:02:53 2009 +++ src/make_local Wed Apr 1 21:17:25 2009 @@ -72,3 +72,24 @@ PATH_GTKGL_L =-L/usr/lib # #======================== Linux Yellow Dog ppc ================================= # + +#===================== OpenBSD ================================ +# +PATH_EXPAT_H = -I${X11BASE}/include +PATH_FREETYPE_H = -I${X11BASE}/include/freetype2 +PATH_X_H = -I${X11BASE}/include +PATH_GLIB_H = -I${LOCALBASE}/include/glib-2.0 -I${LOCALBASE}/lib/glib-2.0/include +PATH_CAIRO_H = -I${LOCALBASE}/include/cairo +PATH_PANGO_H = -I${LOCALBASE}/include/pango-1.0 +PATH_ATK_H = -I${LOCALBASE}/include/atk-1.0 +PATH_GTK_H = -I${LOCALBASE}/include/gtk-2.0 -I${LOCALBASE}/lib/gtk-2.0/include +PATH_MESA_H = -I${X11BASE}/include/GL +PATH_GTKGL_H = -I${LOCALBASE}/include/gtkglext-1.0 -I${LOCALBASE}/lib/gtkglext-1.0/include + +PATH_X_L = -L${X11BASE}/lib +PATH_GLIB_L = -L${LOCALBASE}/lib +PATH_GTK_L = -L${LOCALBASE}/lib +PATH_MESA_L = -L${X11BASE}/lib +PATH_GTKGL_L = -L${LOCALBASE}/lib +PATH_EXPAT_L = -L${X11BASE}/lib +PATH_FREETYPE_L = -L${X11BASE}/lib