mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
6b412b0c71
Although this is a beta release, it seems to work just fine, and the look is so much nicer, with those rendered figures ... :)
35 lines
1.0 KiB
Plaintext
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";
|