diff options
author | crees <crees@FreeBSD.org> | 2011-08-31 19:43:08 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-31 19:43:08 +0800 |
commit | 8ae2264c7b67e1074ede68cbdc2cc3fd571e0b06 (patch) | |
tree | 27ec6e390b02555d6bce8d7e83cc6d6f6a99a71f /deskutils/x-tile/files | |
parent | 4a05f930f7f9289ca94ce0226f13777872513daf (diff) | |
download | freebsd-ports-gnome-8ae2264c7b67e1074ede68cbdc2cc3fd571e0b06.tar.gz freebsd-ports-gnome-8ae2264c7b67e1074ede68cbdc2cc3fd571e0b06.tar.zst freebsd-ports-gnome-8ae2264c7b67e1074ede68cbdc2cc3fd571e0b06.zip |
PR: ports/159605
Submitted by: Pedro Garcia Freitas <sawp@sawp.com.br> (maintainer), Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'deskutils/x-tile/files')
-rw-r--r-- | deskutils/x-tile/files/patch-x-tile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/deskutils/x-tile/files/patch-x-tile b/deskutils/x-tile/files/patch-x-tile new file mode 100644 index 000000000000..8dc2df8ba182 --- /dev/null +++ b/deskutils/x-tile/files/patch-x-tile @@ -0,0 +1,15 @@ +$FreeBSD$ + +Fix ctypes warning, by Ruslan Mahmatkhanov <cvs-src@yandex.ru> + +--- x-tile.orig 2011-07-04 01:41:29.000000000 +0400 ++++ x-tile 2011-08-22 20:20:30.000000000 +0400 +@@ -56,7 +56,7 @@ + try: + libc = ctypes.cdll.LoadLibrary(ctypes.util.find_library("libc")) + libc.prctl(15, cons.APP_NAME, 0, 0, 0) +-except: print "libc.prctl not available, the process name will be python and not x-tile" ++except: pass + + # icons generation + factory = gtk.IconFactory() |