mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
- Fix build on non-i386. - Fix build with gcc-4.2. PR: ports/117054 Submitted by: Li-Lun Wang <llwang@infor.org> (maintainer) Approved by: portmgr (erwin), itetcu (mentor, implicit)
11 lines
270 B
C
11 lines
270 B
C
--- pce.c.orig 2005-03-28 08:17:45.000000000 -0600
|
|
+++ pce.c 2007-10-09 21:32:50.000000000 -0500
|
|
@@ -358,7 +358,7 @@
|
|
int UPeriod = 0;
|
|
// Number of frame to skip
|
|
|
|
-static int BaseClock;
|
|
+int BaseClock;
|
|
|
|
UChar video_driver = 0;
|
|
/* 0 => Normal driver, normal display
|