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) ] ;