29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
$OpenBSD: patch-src-make_local,v 1.3 2009/06/03 22:46:06 jasper Exp $
|
|
--- src/make_local.orig Wed May 13 08:03:56 2009
|
|
+++ src/make_local Wed Jun 3 16:28:51 2009
|
|
@@ -97,3 +97,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
|