summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-21 16:43:27 +0000
committerrillig <rillig>2006-05-21 16:43:27 +0000
commitdd459886f450b7504aabd064a1ae6b5c69fd3966 (patch)
tree7c502ac9fc947cd366adb1221bde8697139b24ef /games
parentb4eec768938dedc310a2abdf73de898ea47c9685 (diff)
downloadpkgsrc-dd459886f450b7504aabd064a1ae6b5c69fd3966.tar.gz
Removed the CR character from patch hunk headers.
Diffstat (limited to 'games')
-rw-r--r--games/wxhugo/distinfo4
-rw-r--r--games/wxhugo/patches/patch-aa10
2 files changed, 7 insertions, 7 deletions
diff --git a/games/wxhugo/distinfo b/games/wxhugo/distinfo
index d25a8a54503..25bcc6e5b04 100644
--- a/games/wxhugo/distinfo
+++ b/games/wxhugo/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/08/07 11:29:27 wiz Exp $
+$NetBSD: distinfo,v 1.7 2006/05/21 16:43:27 rillig Exp $
SHA1 (hugo-3.1.02/hugov31_unix_source.tar.gz) = 7c3785da668e1deb9fe222b6014c402b00fc4256
RMD160 (hugo-3.1.02/hugov31_unix_source.tar.gz) = 205c3a26456eabe6e72116be6a2120a00e118385
@@ -6,4 +6,4 @@ Size (hugo-3.1.02/hugov31_unix_source.tar.gz) = 214617 bytes
SHA1 (hugo-3.1.02/hugov31_wxwin_source.tar.gz) = 477ee2d4294b4203b317a3db77015cb23b76a066
RMD160 (hugo-3.1.02/hugov31_wxwin_source.tar.gz) = 46703c623d82afe9194167572f81a1c20baa4a7f
Size (hugo-3.1.02/hugov31_wxwin_source.tar.gz) = 284234 bytes
-SHA1 (patch-aa) = 2387adc51267f0e012224337bb745bb562bc6ff3
+SHA1 (patch-aa) = 4fda12a259c6914c41cd2631577427623b1e3d6a
diff --git a/games/wxhugo/patches/patch-aa b/games/wxhugo/patches/patch-aa
index 81942b2dc60..cb9f2b8988b 100644
--- a/games/wxhugo/patches/patch-aa
+++ b/games/wxhugo/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2005/08/07 11:29:27 wiz Exp $
+$NetBSD: patch-aa,v 1.6 2006/05/21 16:43:27 rillig Exp $
--- Makefile.orig 2005-01-16 20:25:50.000000000 +0100
+++ Makefile
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.5 2005/08/07 11:29:27 wiz Exp $
# Libraries to be linked:
# If a working libmikmod.so has been compiled on the runtime system
-@@ -23,7 +23,7 @@ STATICLIBS =
+@@ -23,7 +23,7 @@
# Uncomment the following if compiling with GTK 1.2 support:
#LDFLAGS = `wx-config --libs` -lgtk -lgdk -lmikmod
# Uncomment the following if compiling with GTK 2 support:
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.5 2005/08/07 11:29:27 wiz Exp $
# Use these LDFLAGS and STATICLIBS for static building:
#STATICLIBS = /usr/local/lib/libmikmod.a /usr/local/lib/libwx_gtk2-2.4.a
-@@ -39,7 +39,7 @@ MYCODEDIR := .
+@@ -39,7 +39,7 @@
# Uncomment the following if compiling with GTK 1.2 support:
#SEARCHDIRS := -I- -I${MYCODEDIR} -I${HUGOSOURCEDIR} -I${MIKMODINCLUDEDIR} -I${CXXINCLUDEDIR}
# Uncomment the following if compiling with GTK 2 support:
@@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.5 2005/08/07 11:29:27 wiz Exp $
# Hopefully nothing below here will need to be changed:
-@@ -52,17 +52,19 @@ TOUCHHEADERS := ${MYCODEDIR}/*.h
+@@ -52,17 +52,19 @@
# C
@@ -53,7 +53,7 @@ $NetBSD: patch-aa,v 1.5 2005/08/07 11:29:27 wiz Exp $
%.o : %.cpp
${CXX} ${CPPFLAGS} -c $< ${CXXFLAGS}
-@@ -72,7 +74,7 @@ CXXFLAGS = ${CFLAGS} -fno-rtti
+@@ -72,7 +74,7 @@
# C preprocessor