diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-24 23:08:11 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-24 23:08:11 +0000 |
commit | a3882471adccc0d91c2eea760378dfb4e5e4ff87 (patch) | |
tree | 3ded425b446ed4839d7c8709b83f37bd0294a189 /games/xbl/files/patch-configure | |
parent | Fix example list in pkg-message for activating docbook-mode. (diff) |
* This should fix the build error on bento.
* Cleanup.
PR: 53202
Notes
Notes:
svn path=/head/; revision=83550
Diffstat (limited to 'games/xbl/files/patch-configure')
-rw-r--r-- | games/xbl/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xbl/files/patch-configure b/games/xbl/files/patch-configure new file mode 100644 index 000000000000..9b2711510847 --- /dev/null +++ b/games/xbl/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure.orig Thu Jun 19 03:05:17 2003 ++++ configure Thu Jun 19 03:05:31 2003 +@@ -774,7 +774,6 @@ + @echo LN=\"LN=$(LN)\" + @echo COMPRESS=\"COMPRESS=$(COMPRESS)\" + @echo MANPATH=\"MANPATH=$(MANPATH)\" +- @echo CC=\"$(CC)\" + @echo LDOPTIONS=\"$(LDOPTIONS)\" + @echo LINT=\"LINT=$(LINT)\" + @echo LINTFLAGS=\"LINTFLAGS=$(LINTFLAGS)\" |