pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
unimrcp: Makefile: Fix comment typo | Remove flags
Module Name: pkgsrc-wip
Committed By: Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By: angelmadames
Date: Wed May 24 10:46:08 2017 -0400
Changeset: 3cc4c0d4d7f8386b93f087545d7e42841d4eccdf
Modified Files:
unimrcp/Makefile
Log Message:
unimrcp: Makefile: Fix comment typo | Remove flags
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3cc4c0d4d7f8386b93f087545d7e42841d4eccdf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
unimrcp/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diffs:
diff --git a/unimrcp/Makefile b/unimrcp/Makefile
index 49e2f2b046..486495446d 100644
--- a/unimrcp/Makefile
+++ b/unimrcp/Makefile
@@ -8,7 +8,7 @@ GITHUB_TAG= unimrcp-${PKGVERSION_NOREV}
MAINTAINER= angelmadames%gmail.com@localhost
HOMEPAGE= https://github.com/unispeech/unimrcp/
-COMMENT= Open-souce cross-platform implementation of MRCP[v1-2]
+COMMENT= Open-source cross-platform implementation of MRCP[v1-2]
LICENSE= apache-2.0
HAS_CONFIGURE= yes
@@ -21,9 +21,6 @@ CONFIGURE_ARGS+= --with-apr=${PREFIX}/unimrcp/apr
CONFIGURE_ARGS+= --with-apr-util=${PREFIX}/unimrcp/apr
CONFIGURE_ARGS+= --with-sofia-sip=${PREFIX}/unimrcp/sofia-sip
-#LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/apr/lib -L${PREFIX}/apr/lib
-#CPPFLAGS+= -I${PREFIX}/apr/include/apr-1 -I${PREFIX}/include/
-
INSTALLATION_DIRS+= unimrcp/include
INSTALLATION_DIRS+= unimrcp/lib
Home |
Main Index |
Thread Index |
Old Index