summaryrefslogtreecommitdiff
path: root/astro/osmium/files/patch-test_run__tests.sh
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-11-23 16:43:27 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-11-23 16:43:27 +0000
commit603e165af1c97763ee0c5f6de99048dc0b34f4bf (patch)
tree59424ba6eb7231f76fb5e0d9b6151e11cfe7329b /astro/osmium/files/patch-test_run__tests.sh
parentWhen ioctl() on /dev/acpi fails with `Device not configured' message, (diff)
- Update osmium to 2.10.3 and rename to libosmium
Notes
Notes: svn path=/head/; revision=426943
Diffstat (limited to 'astro/osmium/files/patch-test_run__tests.sh')
-rw-r--r--astro/osmium/files/patch-test_run__tests.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/astro/osmium/files/patch-test_run__tests.sh b/astro/osmium/files/patch-test_run__tests.sh
deleted file mode 100644
index 388e09a86eac..000000000000
--- a/astro/osmium/files/patch-test_run__tests.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- test/run_tests.sh.orig 2013-05-09 15:20:50 UTC
-+++ test/run_tests.sh
-@@ -10,8 +10,10 @@
-
- set -e
-
--CXX="g++"
--CXXFLAGS="-g -Wall -Wextra -Wredundant-decls -Wdisabled-optimization -pedantic -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wsign-promo -Wno-long-long"
-+if [ -z "$CXX" ]; then
-+ CXX="g++"
-+fi
-+CXXFLAGS="$CXXFLAGS -g -Wall -Wextra -Wredundant-decls -Wdisabled-optimization -pedantic -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wsign-promo -Wno-long-long"
- COMPILE="$CXX -I../include -I. $CXXFLAGS -o tests"
-
- if [ "x$1" = "x-v" ]; then