Unbreak after recent gtk update

Fix wantlib

ok jasper@
This commit is contained in:
pea 2010-04-28 11:19:15 +00:00
parent 604e647745
commit 54d520668d
2 changed files with 15 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.11 2010/03/23 17:24:45 pea Exp $
# $OpenBSD: Makefile,v 1.12 2010/04/28 11:19:15 pea Exp $
COMMENT= handy personal organizer
DISTNAME= osmo-0.2.8
PKGNAME= ${DISTNAME}p0
CATEGORIES= productivity
HOMEPAGE= http://clayo.org/osmo/
@ -20,7 +21,7 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
fontconfig freetype glib-2.0 glitz gmodule-2.0 \
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pixman-1 png pthread z dbus-1 dbus-glib-1 gio-2.0 \
pthread-stubs xcb gthread-2.0
pthread-stubs xcb gthread-2.0 xcb-render xcb-render-util
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=osmo-pim/}

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2010/04/28 11:19:15 pea Exp $
--- src/Makefile.in.orig Wed Apr 28 09:37:32 2010
+++ src/Makefile.in Wed Apr 28 09:37:42 2010
@@ -238,7 +238,7 @@ REVISION := $(shell if test -e .svn; then echo -DREV=\
AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" $(REVISION) -DDATADIR=\"$(datadir)\" \
-DSOUNDSDIR=\"$(datadir)/sounds\" \
@GTK_CFLAGS@ @XML_CPPFLAGS@ \
- -Wall -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
+ -Wall -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
osmo_SOURCES = backup.c backup.h calendar.c calendar.h calendar_calc.c \
calendar_calc.h calendar_fullyear.c calendar_fullyear.h \