6b9db9322d
ok MAINTAINER
13 lines
504 B
Plaintext
13 lines
504 B
Plaintext
$OpenBSD: patch-config_mk,v 1.3 2012/01/18 15:58:32 landry Exp $
|
|
--- config.mk.orig Wed Nov 9 16:52:47 2011
|
|
+++ config.mk Sun Jan 15 00:02:36 2012
|
|
@@ -12,7 +12,7 @@ DESKTOPPREFIX ?= ${PREFIX}/share/applications
|
|
GTK_INC = $(shell pkg-config --cflags gtk+-2.0 poppler-glib)
|
|
GTK_LIB = $(shell pkg-config --libs gtk+-2.0 gthread-2.0 poppler-glib)
|
|
|
|
-INCS = -I. -I/usr/include ${GTK_INC}
|
|
+INCS = -I. -I/usr/include ${GTK_INC} -I${LOCALBASE}/include
|
|
LIBS = -lc ${GTK_LIB} -lpthread -lm
|
|
|
|
# compiler flags
|