openbsd-ports/x11/gnustep/simpleagenda/patches/patch-tests_GNUmakefile
sebastia 072f18e178 small update to simpleagenda, 0.41 -> 0.41.1
fixes groupdav connection to opengroupware.

OK landry@
2011-03-05 11:25:24 +00:00

16 lines
475 B
Plaintext

$OpenBSD: patch-tests_GNUmakefile,v 1.2 2011/03/05 11:25:24 sebastia Exp $
Make it find e2fs-uuid
--- tests/GNUmakefile.orig Mon Jan 31 19:48:28 2011
+++ tests/GNUmakefile Tue Feb 15 12:10:03 2011
@@ -21,7 +21,7 @@ SimpleAgendaTests_OBJC_FILES = \
SimpleAgendaTests_TOOL_LIBS = -lObjcUnit -lical -lgnustep-gui
#ifeq(have_libuuid,yes)
-SimpleAgendaTests_TOOL_LIBS += -luuid
+SimpleAgendaTests_TOOL_LIBS += -le2fs-uuid
#endif
ADDITIONAL_OBJCFLAGS = -Wno-import -Wall