From 6181b4f204f06c25a832653ffd4b612042e2ae81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 22 Feb 2008 10:10:41 +0000 Subject: [PATCH] Allow to build "sed" for BeOS; it's needed to make the AddSourceDirectoryToHaikuImage work there (it currently only works on Linux). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24057 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/sed/lib/Jamfile | 2 ++ src/bin/sed/sed/Jamfile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/bin/sed/lib/Jamfile b/src/bin/sed/lib/Jamfile index 3bc127187a..02036d45b5 100644 --- a/src/bin/sed/lib/Jamfile +++ b/src/bin/sed/lib/Jamfile @@ -1,5 +1,7 @@ SubDir HAIKU_TOP src bin sed lib ; +SetSubDirSupportedPlatformsBeOSCompatible ; + SubDirCcFlags -DHAVE_CONFIG_H -w ; SubDirSysHdrs $(SUBDIR) ; SubDirSysHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ; diff --git a/src/bin/sed/sed/Jamfile b/src/bin/sed/sed/Jamfile index 1deed2fc1b..a9054f12d7 100644 --- a/src/bin/sed/sed/Jamfile +++ b/src/bin/sed/sed/Jamfile @@ -1,5 +1,7 @@ SubDir HAIKU_TOP src bin sed sed ; +SetSubDirSupportedPlatformsBeOSCompatible ; + SubDirCcFlags -I ../lib -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' -w ; SubDirSysHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ; SubDirSysHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;