a3083f7dc4
the embedded glib and instead depend on external glib...which depends on pkg-config...
13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.6 2011/07/08 17:57:44 jasper Exp $
|
|
--- Makefile.in.orig Sun May 15 14:31:20 2011
|
|
+++ Makefile.in Fri Jul 8 19:52:01 2011
|
|
@@ -167,7 +167,7 @@ CFLAGS = @CFLAGS@
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CYGPATH_W = @CYGPATH_W@
|
|
-DEFS = @DEFS@
|
|
+DEFS = @DEFS@ -DLOCALBASE="\"${LOCALBASE}\"" -DX11BASE="\"${X11BASE}\""
|
|
DEPDIR = @DEPDIR@
|
|
DLLTOOL = @DLLTOOL@
|
|
DSYMUTIL = @DSYMUTIL@
|