summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-05 02:33:44 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-05 02:33:44 -0300
commita6ece47f4db2e86f129125c749f413e36e19b411 (patch)
tree1767dc1a828a33972bd25462c16ed3e9a9a38f05
parent001326a4e9fefc67e6d8d30fad5f88531899496f (diff)
parent046690b630a0732d06fa5f4f49d482a4102c22dc (diff)
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre-mips64el
Conflicts: extra/abiword/PKGBUILD
-rw-r--r--extra/abiword/PKGBUILD27
1 files changed, 2 insertions, 25 deletions
diff --git a/extra/abiword/PKGBUILD b/extra/abiword/PKGBUILD
index 209e94e59..996d0d980 100644
--- a/extra/abiword/PKGBUILD
+++ b/extra/abiword/PKGBUILD
@@ -20,31 +20,6 @@ conflicts=('abiword')
replaces=('abiword')
provides=("abiword=$pkgver")
-if [ "${CARCH}" = 'mips64el' ]; then
-
- ARCHFLAGS=""
- for opt in ${CFLAGS}; do
- case ${opt} in
- -O?) ARCHFLAGS+="-O1 " ;;
- *) ARCHFLAGS+="${opt} " ;;
- esac
- done
- CFLAGS=${ARCHFLAGS}
-
- ARCHFLAGS=""
- for opt in ${CXXFLAGS}; do
- case ${opt} in
- -O?) ARCHFLAGS+="-O1 " ;;
- *) ARCHFLAGS+="${opt} " ;;
- esac
- done
- CXXFLAGS=${ARCHFLAGS}
-
- unset ARCHFLAGS
-
- echo CFLAGS : ${CFLAGS}
- echo CXXFLAGS: ${CXXFLAGS}
-fi
# source PKGBUILD; mksource
mksource() {
@@ -76,6 +51,8 @@ build() {
--enable-plugins --without-gnomevfs --with-gio --with-goffice \
--disable-static --with-psiconv-config=/nothere
+
+ sed -ir 's/--no-undefined/-no-undefined/' src/Makefile
make
}