openbsd-ports/x11/gnome/gnote/patches/patch-src_Makefile_in
jasper f0492d1151 import gnote 0.7.4
Gnote is a port of Tomboy to C++.
It is the same note taking application, including most of the add-ins
(more are to come). Synchronization support is being worked on.

This will replace tomboy in our tree, users can sync their tomboy notes
with the TomboyImport addin.

feedback/ok aja@
2011-05-06 11:25:46 +00:00

25 lines
1.0 KiB
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2011/05/06 11:25:46 jasper Exp $
Use pkg-config to pickup uuid.
https://bugzilla.gnome.org/show_bug.cgi?id=649486
--- src/Makefile.in.orig Sat Apr 30 20:40:31 2011
+++ src/Makefile.in Thu May 5 19:29:46 2011
@@ -471,14 +471,14 @@ EXTRA_DIST = gnote-applet.in
INCLUDES = -I$(top_srcdir)
AM_CPPFLAGS = @LIBGTKMM_CFLAGS@ @LIBGLIBMM_CFLAGS@ @GCONF_CFLAGS@ \
@GTK_CFLAGS@ @GTKSPELL_CFLAGS@ @LIBXML_CFLAGS@ \
- @LIBXSLT_CFLAGS@ @PCRE_CFLAGS@ @DBUS_CFLAGS@ \
+ @LIBXSLT_CFLAGS@ @PCRE_CFLAGS@ @DBUS_CFLAGS@ @UUID_CFLAGS@ \
-DGNOTE_LOCALEDIR=\"@GNOTE_LOCALEDIR@\" \
-DDATADIR=\"$(datadir)\" -DLIBDIR=\"$(libdir)\" \
$(am__append_1)
AM_LDFLAGS = -export-dynamic
GNOTE_LIBS = libgnote.a $(top_builddir)/libtomboy/libtomboy.la \
@LIBGLIBMM_LIBS@ @LIBGTKMM_LIBS@ @GCONF_LIBS@ @LIBXSLT_LIBS@ \
- @PCRE_LIBS@ @DBUS_LIBS@ @GTKSPELL_LIBS@ @GTK_LIBS@ -luuid \
+ @PCRE_LIBS@ @DBUS_LIBS@ @GTKSPELL_LIBS@ @GTK_LIBS@ @UUID_LIBS@ \
$(am__append_2)
noinst_LIBRARIES = libgnote.a
trietest_SOURCES = test/trietest.cpp \