1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/games/xpilot/files/patch-a
Gary Palmer 93f2c75063 Since I haven't even heard from swallace about why he upgraded
a port during a freeze, back out his change until AFTER 2.1.5 is out.
1996-06-28 20:48:21 +00:00

60 lines
1.5 KiB
Plaintext

*** config.h.orig Fri Jul 14 17:10:05 1995
--- config.h Fri Jul 14 16:48:51 1995
***************
*** 46,52 ****
# define LIBPREFIX "esv1$dkb400:[user.graduate.hjorring.lib.xpilot"
# define LIBDIR LIBPREFIX "]"
#else
! # define LIBDIR "/usr/local/games/lib/xpilot/"
#endif
#endif
--- 46,52 ----
# define LIBPREFIX "esv1$dkb400:[user.graduate.hjorring.lib.xpilot"
# define LIBDIR LIBPREFIX "]"
#else
! # define LIBDIR "/usr/X11R6/lib/xpilot/"
#endif
#endif
*** Imakefile.orig Fri Jul 14 16:59:25 1995
--- Imakefile Fri Jul 14 17:05:00 1995
***************
*** 29,37 ****
#
# This is where all installation changes are normally done:
#
! PREFIX = /usr/local/games
INSTALLDIR = $(PREFIX)
! BINDIR = $(PREFIX)
LIBDIR = $(PREFIX)/lib/xpilot
# Manual pages for games usually go to section 6.
--- 29,37 ----
#
# This is where all installation changes are normally done:
#
! PREFIX = /usr/X11R6
INSTALLDIR = $(PREFIX)
! BINDIR = $(PREFIX)/bin
LIBDIR = $(PREFIX)/lib/xpilot
# Manual pages for games usually go to section 6.
***************
*** 147,153 ****
/* Note that this doesn't really work well. Dunno why. Blame Alib & Aserver. */
/* #define HP_SOUND /* Uncomment for HP sound support */
! HPAUDIOINC =
HPAUDIOLIB = -lAlib
/*
--- 147,153 ----
/* Note that this doesn't really work well. Dunno why. Blame Alib & Aserver. */
/* #define HP_SOUND /* Uncomment for HP sound support */
! HPAUDIOINC =
HPAUDIOLIB = -lAlib
/*