mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
6abf94abba
fist full-blown game with VGL support ;). Very suitable it you have nothing to do while your computer assembling bits of 'make buildworld' (the game uses only about 5% CPU on my P133 laptop). PR: 18112 Submitted by: me
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
--- Makefile.fbsd.orig Fri Apr 14 10:29:24 2000
|
|
+++ Makefile.fbsd Fri Apr 14 10:29:57 2000
|
|
@@ -4,7 +4,7 @@
|
|
newsnd.c ini.c input.c monster.c bags.c alpha.c vgagrafx.c \
|
|
title_gz.c
|
|
|
|
-CFLAGS= -g -O -Wall -pedantic -DFREEBSD
|
|
+CFLAGS+= -DFREEBSD
|
|
|
|
LDADD+= -lz
|
|
|