Permalink
Browse files
osmocore: update to 04a2a323 (20180317).
- Loading branch information
Showing
with
10 additions
and
10 deletions.
-
+5
−5
science/osmocore/Portfile
-
+5
−5
science/osmocore/files/patch-configure.ac.diff
|
|
@@ -12,11 +12,11 @@ categories science comms |
|
|
license GPL-3 |
|
|
platforms darwin macosx |
|
|
|
|
|
github.setup osmocom libosmocore 10959cdea2104a6e8c592d590d5b6acf656eb630 |
|
|
version 20180308 |
|
|
checksums rmd160 9aecf9e0b323119523db9f4de1824d6fc0736364 \ |
|
|
sha256 b04f4da6ad3fbc1980cfc7bbc6af17721699c4a153b5c2a842db3516fd39cb1e \ |
|
|
size 983352 |
|
|
github.setup osmocom libosmocore 04a2a3231f8c300e27e0d8309acef081ed58d80f |
|
|
version 20180317 |
|
|
checksums rmd160 e3796a510d4bbb37c9b050e3f7b9d0722f1fb08e \ |
|
|
sha256 392323a936fa67924c98f3610d035bb8909eabcca3faf96e3464030a022d15ae \ |
|
|
size 988147 |
|
|
|
|
|
depends_build-append \ |
|
|
port:automake \ |
|
|
|
|
|
@@ -1,5 +1,5 @@ |
|
|
diff --git a/configure.ac b/configure.ac |
|
|
index 60c177f..c5d1236 100644 |
|
|
index 7f2aabd..8cfe69f 100644 |
|
|
--- a/configure.ac |
|
|
+++ b/configure.ac |
|
|
@@ -1,6 +1,4 @@ |
|
|
@@ -10,17 +10,17 @@ index 60c177f..c5d1236 100644 |
|
|
|
|
|
dnl *This* is the root dir, even if an install-sh exists in ../ or ../../ |
|
|
AC_CONFIG_AUX_DIR([.]) |
|
|
@@ -318,8 +316,7 @@ dnl Check if the compiler supports runtime SIMD detection |
|
|
CHECK_BUILTIN_SUPPORT([__builtin_cpu_supports], |
|
|
[Runtime SIMD detection will be disabled]) |
|
|
@@ -339,8 +337,7 @@ |
|
|
AC_MSG_RESULT([CFLAGS="$CFLAGS"]) |
|
|
AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"]) |
|
|
|
|
|
-AC_OUTPUT( |
|
|
- libosmocore.pc |
|
|
+AC_CONFIG_FILES([libosmocore.pc |
|
|
libosmocodec.pc |
|
|
libosmocoding.pc |
|
|
libosmovty.pc |
|
|
@@ -346,4 +343,5 @@ AC_OUTPUT( |
|
|
@@ -367,4 +364,5 @@ |
|
|
Doxyfile.codec |
|
|
Doxyfile.coding |
|
|
Doxyfile.gb |
|
|
|