FreeBSD Bugzilla – Attachment 27026 Details for
Bug 45960
Add WITHOUT_X11 knob to `games/angband' port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 555 bytes, created by
lev
on 2002-12-03 09:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
lev
Created:
2002-12-03 09:30:01 UTC
Size:
555 bytes
patch
obsolete
>diff -ruN angband.orig/Makefile angband/Makefile >--- angband.orig/Makefile Tue Dec 3 12:01:06 2002 >+++ angband/Makefile Tue Dec 3 12:18:22 2002 >@@ -14,8 +14,18 @@ > MAINTAINER= mph@freebsd.org > > GNU_CONFIGURE= yes >+.if !defined(WITHOUT_X11) > USE_XLIB= yes >- > CONFIGURE_ARGS= --with-setgid=games --with-x >+.else >+CONFIGURE_ARGS= --with-setgid=games >+.endif >+ >+pre-fetch: >+.if !defined(WITHOUT_X11) >+ @${ECHO_MSG} "You could define WITHOUT_X11, if you don't want X support" >+.else >+ @${ECHO_MSG} "Build without X support" >+.endif > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 45960
: 27026