openbsd-ports/games/gamine/patches/patch-Makefile
ajacoutot ef50c5f5e1 Import gamine-1.1.
Gamine is a game designed for 2 years old children who are not able to
use mouse and keyboard. The child uses the mouse to draw coloured dots
and lines on the screen and keyboard to display letter.

ok jasper@
2011-03-07 19:51:50 +00:00

15 lines
930 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2011/03/07 19:51:50 ajacoutot Exp $
--- Makefile.orig Wed Jan 26 06:56:49 2011
+++ Makefile Wed Jan 26 06:56:56 2011
@@ -14,8 +14,8 @@ GCONF_SCHEMA_FILE_DIR = $(sysconfdir)/gconf/schemas
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL = 0
CFLAGS = -Wall
#CFLAGS = -Wall -g
-CPPFLAGS = $(shell pkg-config --cflags gtk+-2.0 cairo glib-2.0 gstreamer-0.10 gconf-2.0) -DDATADIR=\""$(pkgdatadir)"\" -DLOCALDIR=\""$(localedir)"\"
-LDLIBS = $(shell pkg-config --libs gtk+-2.0 cairo glib-2.0 gstreamer-0.10 gconf-2.0) -DDATADIR=\""$(pkgdatadir)"\" -DLOCALDIR=\""$(localedir)"\"
+CPPFLAGS = `pkg-config --cflags gtk+-2.0 cairo glib-2.0 gstreamer-0.10 gconf-2.0` -DDATADIR=\""$(pkgdatadir)"\" -DLOCALDIR=\""$(localedir)"\"
+LDLIBS = `pkg-config --libs gtk+-2.0 cairo glib-2.0 gstreamer-0.10 gconf-2.0` -DDATADIR=\""$(pkgdatadir)"\" -DLOCALDIR=\""$(localedir)"\"
LDFLAGS = -g
CC = gcc
target = gamine