Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1137

Modified Files:
        nethack.info nethack.patch 
Log Message:
remove obsolete -no-cpp-precomp directive


Index: nethack.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/nethack.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nethack.info        23 Feb 2006 20:17:12 -0000      1.3
+++ nethack.info        15 Jan 2007 03:31:39 -0000      1.4
@@ -5,6 +5,7 @@
 Maintainer: Matthias Neeracher <[EMAIL PROTECTED]>
 Type: -x11 (boolean), -gnome (boolean), -qt (boolean)
 BuildDepends: <<
+fink (>= 0.24.12),
 gettext-dev, 
 (%type_raw[-x11] = -x11) x11-dev,
 (%type_raw[-gnome] = -gnome) libjpeg, (%type_raw[-gnome] = -gnome) libpng3, 
@@ -27,9 +28,11 @@
 Source: mirror:sourceforge:%{Ni}/%{Ni}-343-src.tgz
 Source-MD5: 21479c95990eefe7650df582426457f9
 SourceDirectory: %{Ni}-%v
+PatchFile: %{Ni}.patch
+PatchFile-MD5: bd8f44a121e6855ad94aa4c16e8c45af
 PatchScript: <<
 #!/bin/bash -ev
-sed 's:@PREFIX@:%p:g' <%a/%{Ni}.patch | patch -p1
+sed 's:@PREFIX@:%p:g' < %{PatchFile} | patch -p1
 if [ "%type_raw[-x11]" == "-x11" ]; then
    perl -i.bak -pe 's|.*define X11_GRAPHICS.*|#define X11_GRAPHICS|' 
include/config.h
    perl -i.bak -pe 's#^(WIN(SRC|OBJ|LIB).*)#\1 \$(WINX11\2)#' 
sys/unix/Makefile.src

Index: nethack.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/nethack.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nethack.patch       20 Jan 2006 20:25:01 -0000      1.1
+++ nethack.patch       15 Jan 2007 03:31:39 -0000      1.2
@@ -116,7 +116,7 @@
  
 -CFLAGS = -O -I../include
 -LFLAGS = 
-+CFLAGS = -O -I../include -DHACKDIR=\"$(HACKDIR)\" [EMAIL PROTECTED]@/include 
-I/usr/X11R6/include -no-cpp-precomp
++CFLAGS = -O -I../include -DHACKDIR=\"$(HACKDIR)\" [EMAIL PROTECTED]@/include 
-I/usr/X11R6/include
 +LFLAGS = [EMAIL PROTECTED]@/lib -L/usr/X11R6/lib
  
  # The Qt and Be window systems are written in C++, while the rest of


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to