freebsd-ports/graphics/tulip/files/patch-tulipconf.h
Alexey Dokuchaev ac54ae2dbe Unbreak with recent GCC (fix bad C++ code).
Approved by:	fjoe (mentor, implicit)
2004-10-29 08:29:30 +00:00

11 lines
341 B
C++

--- library/tulip/include/tulip/tulipconf.h.orig Thu Mar 13 20:20:34 2003
+++ library/tulip/include/tulip/tulipconf.h Fri Oct 29 14:14:08 2004
@@ -8,7 +8,7 @@
#else
# define STL_EXT_NS __gnu_cxx
# define _DEPRECATED __attribute__ ((deprecated))
-# include <ext/stl_hash_fun.h>
+# include <ext/hash_fun.h>
#endif
#include <string>