[rott] 01/01: make sure SHAREWARE is always at least set to 0

Fabian Greffrath fabian-guest at moszumanska.debian.org
Sun Jan 18 08:39:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

fabian-guest pushed a commit to branch master
in repository rott.

commit 7d75ed05203ef89ca1b7ee972dfb1db575b12a4a
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Sun Jan 18 09:39:34 2015 +0100

    make sure SHAREWARE is always at least set to 0
---
 debian/patches/rott-merge-commercial.patch | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/patches/rott-merge-commercial.patch b/debian/patches/rott-merge-commercial.patch
index 88f4d70..addc584 100644
--- a/debian/patches/rott-merge-commercial.patch
+++ b/debian/patches/rott-merge-commercial.patch
@@ -47,7 +47,7 @@ Description: Make the "registered" variant recognize all supported
  
 --- a/rott/develop.h
 +++ b/rott/develop.h
-@@ -40,10 +40,6 @@ Foundation, Inc., 59 Temple Place - Suit
+@@ -40,10 +40,10 @@ Foundation, Inc., 59 Temple Place - Suit
  #define LOWCOST  0
  
  #define BNACRASHPREVENT  1 //bna added 
@@ -55,6 +55,10 @@ Description: Make the "registered" variant recognize all supported
 -//#define SHAREWARE   1
 -//#define SUPERROTT   0
 -//#define SITELICENSE 0
++
++#ifndef SHAREWARE
++#define SHAREWARE 0
++#endif
  
  // cute little dopefish thing, only works with special patch?
  #define DOPEFISH 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/rott.git



More information about the Pkg-games-commits mailing list