p/f/p/s/kernel-2.6.16+/profile.bashrc: avoid dup3 definitions.
authorBenda Xu <heroxbd@gentoo.org>
Tue, 28 Aug 2018 12:35:41 +0000 (21:35 +0900)
committerBenda Xu <heroxbd@gentoo.org>
Tue, 28 Aug 2018 12:40:04 +0000 (20:40 +0800)
profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc

index fb926138685dddecd3693fe81b33b3ccf201373b..2a505554239011a60ddaef8ee9c209dea2e09af1 100644 (file)
@@ -8,6 +8,9 @@ elif [[ ${CATEGORY}/${PN} == dev-qt/qtcore && ${EBUILD_PHASE} == configure ]]; t
     sed -e '/define.*HAVE_PIPE2/d' -i ${S}/src/3rdparty/forkfd/forkfd.c || die
     einfo "Removing utimensat calls..."
     sed -e '/_POSIX_VERSION/s/defined(_POSIX_VERSION)/0/' -i ${S}/qmake/library/ioutils.cpp || die
+elif [[ ${CATEGORY}/${PN} == dev-lang/ocaml && ${EBUILD_PHASE} == compile ]]; then
+    einfo "Removing dup3 definitions..."
+    sed -e '/define.*HAS_DUP3/d' -i ${S}/config/s.h || die
 fi
 
 # Local Variables: