diff options
author | lioux <lioux@FreeBSD.org> | 2001-10-06 15:15:18 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-10-06 15:15:18 +0000 |
commit | 136d9feb693105254b9cbcfc3829f2fc1fcfc431 (patch) | |
tree | 6051324a1b2de0618bed4dcff203b837576328e1 /games/gno3dtet/files | |
parent | 815d8ac0150cead19a460760e17ea3cc49e3ca88 (diff) | |
download | FreeBSD-ports-136d9feb693105254b9cbcfc3829f2fc1fcfc431.zip FreeBSD-ports-136d9feb693105254b9cbcfc3829f2fc1fcfc431.tar.gz |
o Update to 1.6.4
o Update WWW tag in DESCR
PR: 31071
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'games/gno3dtet/files')
-rw-r--r-- | games/gno3dtet/files/patch-gno3dtet:main.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gno3dtet/files/patch-gno3dtet:main.cc b/games/gno3dtet/files/patch-gno3dtet:main.cc new file mode 100644 index 0000000..5f5372a6 --- /dev/null +++ b/games/gno3dtet/files/patch-gno3dtet:main.cc @@ -0,0 +1,10 @@ +--- 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); + |