1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/games/xblast/files/patch-aa
Stefan Eßer 6b412b0c71 Upgrade to 2.6Beta (which identifies itself as 2.5.10 when started).
Although this is a beta release, it seems to work just fine, and the
look is so much nicer, with those rendered figures ... :)
1997-12-08 22:58:19 +00:00

35 lines
1.0 KiB
Plaintext

*** Imakefile~ Sat Nov 8 10:13:29 1997
--- Imakefile Sat Nov 8 10:14:54 1997
***************
*** 16,20 ****
* Set SOUND_DIR to the directory, where the sounds can be found
*/
! EXTRA_DEFINES=-DXBLASTDIR=\"$(XBLASTDIR)\"
/*
--- 16,21 ----
* Set SOUND_DIR to the directory, where the sounds can be found
*/
! EXTRA_DEFINES=-DXBLASTDIR=\"$(DESTDIR)$(XBLASTDIR)\" \
! -DAPPLDEFFILE=\"$(DESTDIR)$(XAPPLOADDIR)/XBlast\"
/*
*** defaults.h~ Thu Oct 16 10:48:26 1997
--- defaults.h Sat Nov 8 10:10:42 1997
***************
*** 30,34 ****
* file for setups and defaults
*/
! static char *file_appl_def ="/usr/lib/X11/app-defaults/XBlast";
static char *file_setup ="/.xblast";
static char *file_setup_dir ="/.xblast-setups";
--- 30,37 ----
* file for setups and defaults
*/
! #ifndef APPLDEFFILE
! #define APPLDEFFILE "/usr/lib/X11/app-defaults/XBlast"
! #endif
! static char *file_appl_def =APPLDEFFILE;
static char *file_setup ="/.xblast";
static char *file_setup_dir ="/.xblast-setups";