mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
- Build with pspell support. - Remove unnecessary USE_AUTOMAKE. - Properly defined optional GNOME support. - Only install GNOME helppages if building with GNOME support. - Fix build so that licq_*_gui is shared module, not static archive. - Fix pkg-plist. - Fix patch-src::options_dialog.cpp and patch-src::plugin_dialog.cpp to include - unistd.h instead of sys/unistd.h. - Bump PORTREVISION for all the fixes. PR: 26404 Submitted by: maintainer
9 lines
237 B
C++
9 lines
237 B
C++
--- src/options_dialog.cpp.orig Sat Jul 1 10:55:29 2000
|
|
+++ src/options_dialog.cpp Tue Sep 19 21:47:10 2000
|
|
@@ -1,5 +1,6 @@
|
|
#include "gtk-gui.h"
|
|
|
|
+#include <unistd.h>
|
|
#include <sys/time.h>
|
|
#include <stdio.h>
|
|
#include <sys/types.h>
|