mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
- kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger
10 lines
373 B
Python
10 lines
373 B
Python
--- ./__init__.py.orig 2011-05-20 22:33:41.000000000 +0200
|
|
+++ ./__init__.py 2011-09-01 16:43:57.371033306 +0200
|
|
@@ -1,4 +1,3 @@
|
|
-import sys,DLFCN
|
|
+import sys, ctypes
|
|
# This is needed to ensure that dynamic_cast and RTTI works inside kdelibs.
|
|
-sys.setdlopenflags(DLFCN.RTLD_NOW|DLFCN.RTLD_GLOBAL)
|
|
-
|
|
\ No newline at end of file
|
|
+sys.setdlopenflags(ctypes.RTLD_GLOBAL)
|