forked from Lainports/freebsd-ports
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
11 lines
447 B
C
11 lines
447 B
C
--- src/Velvet/analysis.c.orig Tue Mar 13 19:14:27 2007
|
|
+++ src/Velvet/analysis.c Tue Mar 13 19:14:35 2007
|
|
@@ -964,7 +964,7 @@
|
|
************************************************************************/
|
|
|
|
# if defined(__STDC__)
|
|
-void AnalysisDialogUpdate (AnalysisDialog analysisd, int force)
|
|
+void AnalysisDialogUpdate (AnalysisDialog analysisd, Boolean force)
|
|
# else
|
|
void AnalysisDialogUpdate (analysisd,force)
|
|
AnalysisDialog analysisd;
|