diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-26 15:14:32 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-26 15:14:32 +0000 |
commit | f625b70e832f05a4923ebb68b1e2a99326558555 (patch) | |
tree | f647452ba51bb6a3e8e287edd8048bf1557c4df0 /games/rubix/files/patch-ac | |
parent | Upgrade to 1.2.0, add a patch for print plug-ins (by mistral@imasy.or.jp (Yos... (diff) |
Upgrade to 1.0.2
PR: 23829
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=36382
Diffstat (limited to 'games/rubix/files/patch-ac')
-rw-r--r-- | games/rubix/files/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/rubix/files/patch-ac b/games/rubix/files/patch-ac index b070bdd7fbba..08c596e3482b 100644 --- a/games/rubix/files/patch-ac +++ b/games/rubix/files/patch-ac @@ -1,5 +1,5 @@ ---- player/Makefile.orig Thu Dec 2 09:35:44 1999 -+++ player/Makefile Sun Jan 2 13:08:58 2000 +--- player/Makefile.orig Fri Dec 3 02:35:44 1999 ++++ player/Makefile Sat Dec 23 13:35:18 2000 @@ -4,10 +4,11 @@ # * This is total free software. # */ @@ -10,8 +10,8 @@ -CC=gcc -CFLAGS=-Wall -O3 -fomit-frame-pointer -ffast-math +CC?=gcc -+INCS=-I$(PREFIX)/include -+CFLAGS+=-Wall -fomit-frame-pointer -ffast-math $(INCS) ++INCS=-I${X11BASE}/include ++CFLAGS+=$(INCS) OBJ=card.o mixer.o xm.o live_player.o wav.o |