Package: gnustep-gui
Severity: important
Version: 0.14.0-3
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Hi,
the current version fails to build on kfreebsd-amd64.
It is due to subsecond time resolution available in underlying
file system. The output of gcc does have subsecond timestamps cleared,
but output of touch preserves them.
Please, could you use patch bellow.
Thanks in advance
Petr
--- Source/GNUmakefile.postamble~
+++ Source/GNUmakefile.postamble
@@ -107,7 +107,9 @@
$(GNUSTEP_TARGET_DIR)/config.h: ../config.status
$(MKDIRS) $(GNUSTEP_TARGET_DIR)
-mv ../Headers/Additions/GNUstepGUI/config.h $(GNUSTEP_TARGET_DIR)
+ -sleep 1
-touch $(GNUSTEP_TARGET_DIR)/config.h
+ -sleep 1
#
# Files that need a rebuild if config.h is changed.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]