mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
16 lines
420 B
Plaintext
16 lines
420 B
Plaintext
|
*** Imakefile.orig Fri Sep 13 13:32:10 1991
|
||
|
--- Imakefile Mon Jan 2 23:49:42 1995
|
||
|
***************
|
||
|
*** 1,5 ****
|
||
|
|
||
|
! SCORE_FILE = -DSCORE_FILE=\"./xpipescores\"
|
||
|
MAXSCORES = -DMAXSCORES=20
|
||
|
DEFINES = $(SCORE_FILE) $(MAXSCORES)
|
||
|
|
||
|
--- 1,5 ----
|
||
|
|
||
|
! SCORE_FILE = -DSCORE_FILE=\"/usr/X11R6/lib/X11/xpipescores\"
|
||
|
MAXSCORES = -DMAXSCORES=20
|
||
|
DEFINES = $(SCORE_FILE) $(MAXSCORES)
|
||
|
|