aboutsummaryrefslogtreecommitdiffstats
path: root/games/eboard/files
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2003-12-22 00:52:15 +0800
committerpetef <petef@FreeBSD.org>2003-12-22 00:52:15 +0800
commit44aa6bb0591a1cc7aff835058d21efa0e0c634b0 (patch)
tree0296c9d1b307109c47901c4d87dc502edda04fdc /games/eboard/files
parenta3ee69f5fba0164fa998e752e66dfb28e6d172ff (diff)
downloadfreebsd-ports-gnome-44aa6bb0591a1cc7aff835058d21efa0e0c634b0.tar.gz
freebsd-ports-gnome-44aa6bb0591a1cc7aff835058d21efa0e0c634b0.tar.zst
freebsd-ports-gnome-44aa6bb0591a1cc7aff835058d21efa0e0c634b0.zip
- update to 0.9.5
- add new eboard-extras-2 - use %%DOCSDIR%%
Diffstat (limited to 'games/eboard/files')
-rw-r--r--games/eboard/files/patch-configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/eboard/files/patch-configure b/games/eboard/files/patch-configure
new file mode 100644
index 000000000000..0ba8b9be0cfe
--- /dev/null
+++ b/games/eboard/files/patch-configure
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- configure.orig Wed Nov 26 17:48:49 2003
++++ configure Sun Dec 21 10:00:21 2003
+@@ -244,7 +244,7 @@
+ }
+ print TESTCC "$program";
+ close TESTCC;
+- if (run_cmd($cxx,@cxxflags,"-c","test.cc","-o","xxtest.o") != 0) {
++ if (0) {
+ print ": no\n";
+ $y = header_def($x);
+ print CONFIGH "#undef $y\n";