diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-02 16:03:30 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-02 16:03:30 +0000 |
commit | 1f1f89f3c29ca386abb66a37cc8e8cb8ca7c22f2 (patch) | |
tree | b1bdc1d2fe61793e310e9a15fbc7032acd83b485 /games/crossfire-server/files/patch-aa | |
parent | 87e5f8daec1fd4f1d1533d2785d9af20e4ac2b0f (diff) |
- Fix dependancy
- Support CFLAGS/PREFIX properly
- tar -> TAR
PR: 23223
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=35600
Diffstat (limited to 'games/crossfire-server/files/patch-aa')
-rw-r--r-- | games/crossfire-server/files/patch-aa | 33 |
1 files changed, 12 insertions, 21 deletions
diff --git a/games/crossfire-server/files/patch-aa b/games/crossfire-server/files/patch-aa index dab90bcd9ff2..e59ed4bb0042 100644 --- a/games/crossfire-server/files/patch-aa +++ b/games/crossfire-server/files/patch-aa @@ -1,5 +1,5 @@ ---- config/crosssite.def.orig Thu Apr 16 04:07:49 1998 -+++ config/crosssite.def Fri May 8 14:51:14 1998 +--- config/crosssite.def.orig Sat Aug 1 19:23:58 1998 ++++ config/crosssite.def Sat Dec 2 05:14:43 2000 @@ -36,10 +36,8 @@ * (mwedel@pyramid.com) */ @@ -8,7 +8,7 @@ #define XPM_PIX -#define Xpm_LibDir /usr/local/lib/ -*/ -+#define Xpm_LibDir !!X11BASE!!/lib/ ++#define Xpm_LibDir %%X11BASE%%/lib/ /* If your include files are someplace odd */ /*#define Xpm_Include /usr/local/include*/ @@ -17,14 +17,14 @@ * overall. */ -#define CTop /home/hugin/a/crossfire/crossfire -+#define CTop !!LOCALBASE!!/lib/crossfire ++#define CTop %%PREFIX%%/lib/crossfire /* #define CTop /net/contrib/crossfire */ /*#define CTop /usr/local/games/crossfire*/ /* Binaries location If this is undefined, it default to the standard location for X binaries on your machine. */ -#define CBinDir Concat(CTop,/bin) -+#define CBinDir !!LOCALBASE!!/bin ++#define CBinDir %%PREFIX%%/bin /* Libraries location If this is undefined it defaults to the standard location for X lib files/crossfire on your machine */ @@ -33,23 +33,14 @@ standard location for manual pages on your machine.*/ /* #define CManPath Concat(CTop,/man) */ -#define CManSuffix 6 -+#define CManPath !!LOCALBASE!!/man ++#define CManPath %%PREFIX%%/man +/* #define CManSuffix 6 */ /* Force CC to use the specified options instead of the default -@@ -85,7 +84,7 @@ - * any of the default compiler options for your machine. - */ - /*define ForceCCOPTIONS -O -g -Wall */ --#undef ForceCCOPTIONS -+#define ForceCCOPTIONS -pipe -O - - /* Extra_Flags are added onto the compilers default options. Can be - * quite useful if you just want to add another flag or two, and not -@@ -102,9 +101,8 @@ - /* Add any extra/special libraries that you may need. Make sure you +@@ -103,9 +102,8 @@ * use the -l form or put in the complete path name. + * Linux users may need to add -lcrypt */ -/* -#define Extra_Libraries -lcrypt @@ -59,7 +50,7 @@ /* Force CC to be a specific compilator? Define this to be the * actual compiler (see example). If defined, the default -@@ -160,11 +158,9 @@ +@@ -161,11 +159,9 @@ * too distant future, it probably isn't worth fixing here. */ @@ -68,12 +59,12 @@ -#define RPlayLibDir /usr/local/lib -#define RPlayIncDir /usr/local/include -*/ -+#define RPlayLibDir !!LOCALBASE!!/lib -+#define RPlayIncDir !!LOCALBASE!!/include ++#define RPlayLibDir %%LOCALBASE%%/lib ++#define RPlayIncDir %%LOCALBASE%%/include /* define this if using OpenWindows as your enviroment. This only * needs to be set if the openwindows server you use is -@@ -202,7 +198,7 @@ +@@ -203,7 +199,7 @@ * awk on most other systems will be OK. */ |