[csw-devel] SF.net SVN: gar:[16282] csw/mgar/pkg/babl/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Nov 25 14:09:50 CET 2011
Revision: 16282
http://gar.svn.sourceforge.net/gar/?rev=16282&view=rev
Author: dmichelsen
Date: 2011-11-25 13:09:50 +0000 (Fri, 25 Nov 2011)
Log Message:
-----------
babl/trunk: Add comments about reported bug
Modified Paths:
--------------
csw/mgar/pkg/babl/trunk/Makefile
Modified: csw/mgar/pkg/babl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/babl/trunk/Makefile 2011-11-25 12:56:42 UTC (rev 16281)
+++ csw/mgar/pkg/babl/trunk/Makefile 2011-11-25 13:09:50 UTC (rev 16282)
@@ -11,6 +11,8 @@
MASTER_SITES = http://ftp.gtk.org/pub/babl/$(shell echo $(VERSION) | awk -F. '{print $$1"."$$2}')/
DISTFILES += $(NAME)-$(VERSION).tar.bz2
+# Use patch until this is fixed:
+# https://bugzilla.gnome.org/show_bug.cgi?id=664800
PATCHFILES += 0001-Use-inttypes.h-if-stdint.h-is-not-available.patch
PACKAGES += CSWlibbabl0-1-0
@@ -26,12 +28,15 @@
BUILD64 = 1
+# Replace manually until this is fixed:
+# https://bugzilla.gnome.org/show_bug.cgi?id=664800
REINPLACEMENTS += pthread
REINPLACE_MATCH_pthread = -pthread
REINPLACE_WITH_pthread = -lpthread
REINPLACE_FILES_pthread = tests/Makefile.in
-# There is currently one test failing, upstream has been notified, disable for now.
+# There is currently one test failing, upstream has been notified, disable for now until this is fixed:
+# https://bugzilla.gnome.org/show_bug.cgi?id=664800
SKIPTEST ?= 1
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list