2011-05-14 08:35:30 +00:00
|
|
|
$OpenBSD: patch-tests_GNUmakefile,v 1.3 2011/05/14 08:35:30 sebastia Exp $
|
2010-10-25 09:39:31 +00:00
|
|
|
|
|
|
|
Make it find e2fs-uuid
|
|
|
|
|
2011-05-14 08:35:30 +00:00
|
|
|
--- tests/GNUmakefile.orig Thu Jan 27 19:36:23 2011
|
|
|
|
+++ tests/GNUmakefile Wed Apr 27 22:36:45 2011
|
|
|
|
@@ -23,7 +23,7 @@ SimpleAgendaTests_OBJC_FILES = \
|
2010-10-25 09:39:31 +00:00
|
|
|
|
|
|
|
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
|