diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-11-30 08:12:22 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-11-30 08:12:22 +0800 |
commit | ece194a8f142f70ed79969325a061ef53d0ed279 (patch) | |
tree | 5df4b88a4aeb42e3fe3b0f09fd2d02abf0de13a0 /games | |
parent | 739a2c0366e9b194be99385ba9b04237ac9924ff (diff) | |
download | freebsd-ports-gnome-ece194a8f142f70ed79969325a061ef53d0ed279.tar.gz freebsd-ports-gnome-ece194a8f142f70ed79969325a061ef53d0ed279.tar.zst freebsd-ports-gnome-ece194a8f142f70ed79969325a061ef53d0ed279.zip |
Upgrade to 1.6c
Diffstat (limited to 'games')
-rw-r--r-- | games/xgalaga/Makefile | 6 | ||||
-rw-r--r-- | games/xgalaga/files/patch-aa | 18 |
2 files changed, 18 insertions, 6 deletions
diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile index a1f851032c18..08f36d9154fb 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xgalaga -# Version required: 1.6b +# Version required: 1.6c # Date created: 27 August 1995 # Whom: asami # -# $Id: Makefile,v 1.2 1996/01/16 10:39:49 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/18 09:53:22 asami Exp $ # -DISTNAME= xgalaga-1.6b +DISTNAME= xgalaga-1.6c CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games diff --git a/games/xgalaga/files/patch-aa b/games/xgalaga/files/patch-aa index 14300c61aa32..01cbbcb835be 100644 --- a/games/xgalaga/files/patch-aa +++ b/games/xgalaga/files/patch-aa @@ -7,8 +7,8 @@ EXTRA_INCLS = $(XPMINCLUDE) ---- ./Imakefile.org Tue May 16 13:28:35 1995 -+++ ./Imakefile Wed May 24 03:01:51 1995 +--- Imakefile.orig Sat Nov 30 01:02:20 1996 ++++ Imakefile Sat Nov 30 01:04:33 1996 @@ -9,7 +9,7 @@ XCOMM your system. If not doing "make install", set this to where the XCOMM files are now. @@ -18,7 +18,7 @@ SCOREFILE = $(XGALAGADIR)/.xgalscores SOUNDDIR = $(XGALAGADIR)/sounds -@@ -32,8 +32,8 @@ +@@ -18,8 +18,8 @@ XCOMM with the standard X libs, you shouldn't need to change this. XCOMM otherwise make these point at wherever you put it. @@ -29,3 +29,15 @@ XSPRITELIB = -L./libsprite -lXsprite +@@ -141,9 +141,9 @@ + #endif + + #ifdef PCSP_ONLY +- PCSPDEF = -DPCSP_ONLY=1 ++ PCSPDEF = -DPCSP_ONLY=1 + #else +- PCSPDEF = -DPCSP_ONLY=0 ++ PCSPDEF = -DPCSP_ONLY=0 + #endif + + #ifndef SOUND |