mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- Depend on llvm33 and clang33. - New LIB_DEPENDS syntax. - Staging. - Replace some patches with Makefile magic. PR: ports/180190, ports/180650 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
11 lines
288 B
C++
11 lines
288 B
C++
--- ./liboslexec/dictionary.cpp.orig 2013-07-12 08:31:18.000000000 +0930
|
|
+++ ./liboslexec/dictionary.cpp 2013-11-03 18:07:25.650119434 +1030
|
|
@@ -50,7 +50,7 @@
|
|
namespace pvt { // OSL::pvt
|
|
|
|
|
|
-#ifndef USE_EXTERNAL_PUGIXML
|
|
+#ifdef USING_OIIO_PUGI
|
|
namespace pugi = OIIO::pugi;
|
|
#endif
|
|
|