diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 21:46:34 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 21:46:34 +0000 |
commit | 72efb34f6262e1c3c57a9dfb6e19fdcc95ee88f8 (patch) | |
tree | 14fcfc85dd9460632bde8485e5d52c545f5d1304 /emulators/pcemu | |
parent | - take maintainership (diff) |
- Respect X11BASE
Approved by: joerg (maintainer)
Diffstat (limited to 'emulators/pcemu')
-rw-r--r-- | emulators/pcemu/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/pcemu/files/patch-aa b/emulators/pcemu/files/patch-aa index 17f176ff0640..d8a4879d43d6 100644 --- a/emulators/pcemu/files/patch-aa +++ b/emulators/pcemu/files/patch-aa @@ -23,7 +23,7 @@ ! OPTIONS = -DBOOT720 -DLITTLE_ENDIAN -DBIGCASE -DINLINE_FUNCTIONS \ ! -DBOOTFILE=\"${LOCALPREFIX}/lib/pcemu/DriveA\" ! #XROOT = /usr/local/X11R5 -! XROOT = /usr/X11R6 +! XROOT = $(X11BASE) ! CFLAGS = -I$(XROOT)/include -O2 -pipe #-fomit-frame-pointer # You may need to add -N to the LFLAGS if you get sporadic segmentation |