diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-26 17:07:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-26 17:07:53 +0000 |
commit | a1430ab625d03a14524044e2fcfa0e51dcabe603 (patch) | |
tree | 4ca2e899f7f7890d990f9ded2e1986f91d2bbe8e /games/gno3dtet/files | |
parent | a88df5c39df1e1859371a545b1a91000c708508a (diff) | |
download | ports-a1430ab625d03a14524044e2fcfa0e51dcabe603.tar.gz ports-a1430ab625d03a14524044e2fcfa0e51dcabe603.zip |
- Update to 1.96.1
PR: ports/89577
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=149586
Diffstat (limited to 'games/gno3dtet/files')
-rw-r--r-- | games/gno3dtet/files/patch-gno3dtet:main.cc | 10 | ||||
-rw-r--r-- | games/gno3dtet/files/patch-src__main.cc | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/games/gno3dtet/files/patch-gno3dtet:main.cc b/games/gno3dtet/files/patch-gno3dtet:main.cc deleted file mode 100644 index 5f5372a6bfdb..000000000000 --- a/games/gno3dtet/files/patch-gno3dtet:main.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- gno3dtet/main.cc.orig Thu May 3 12:30:56 2001 -+++ gno3dtet/main.cc Sat Oct 6 02:07:05 2001 -@@ -374,6 +374,7 @@ - textdomain (PACKAGE); - - // init -+ setregid(getegid(), -1); - gnome_init_with_popt_table (GNO3DTET_EXENAME, GNO3DTET_VERSION, - argc, argv, options, 0, NULL); - diff --git a/games/gno3dtet/files/patch-src__main.cc b/games/gno3dtet/files/patch-src__main.cc new file mode 100644 index 000000000000..6c2d27a3187d --- /dev/null +++ b/games/gno3dtet/files/patch-src__main.cc @@ -0,0 +1,10 @@ +--- src/main.cc.orig Wed Mar 9 11:07:47 2005 ++++ src/main.cc Fri Nov 25 23:00:18 2005 +@@ -375,6 +375,7 @@ + textdomain (PACKAGE); + + // init ++ setregid(getegid(), -1); + // gnome_init_with_popt_table (GNO3DTET_EXENAME, GNO3DTET_VERSION, argc, argv, options, 0, NULL);// gnome-1 + gnome_program_init (GNO3DTET_EXENAME, GNO3DTET_VERSION, + LIBGNOMEUI_MODULE, |