mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
0f43f15311
(Tetris, Bust-a-Move) variety. PR: 5957 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
16 lines
365 B
Plaintext
16 lines
365 B
Plaintext
--- makefile.orig Sat Nov 22 01:56:59 1997
|
|
+++ makefile Mon Apr 27 00:42:53 1998
|
|
@@ -10,10 +10,10 @@
|
|
# X Window version: November 5, 1997 - November 21, 1997
|
|
|
|
|
|
-CC=gcc
|
|
+CC+=${CFLAGS} -I$(X11BASE)/include -DPREFIX=\"${PREFIX}\"
|
|
POSTPROCESS=strip
|
|
|
|
-XLIB=-lX11
|
|
+XLIB=-L$(X11BASE)/lib -lX11 -lcompat
|
|
# XLIB=-L/usr/openwin/lib -lX11
|
|
# XLIB=-L/usr/X11/lib -lX11
|
|
|