mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Removing --enable-symbols=small from CONFIGURE_ARGS allows us to avoid
the need to use ${STRIP_CMD}. Fix an intermittent build failure by adding a missing dependency to the port's build framework. This change has been committed to the upstream trunk.
This commit is contained in:
parent
c22fff5c69
commit
8ca4e95df6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398966
@ -249,7 +249,6 @@ CONFIGURE_ARGS+= \
|
||||
--with-system-sane \
|
||||
--with-system-serf \
|
||||
--with-system-stdlibs \
|
||||
--enable-symbols=small \
|
||||
--without-stlport \
|
||||
--with-vendor="FreeBSD ports system" \
|
||||
--enable-verbose \
|
||||
@ -401,10 +400,6 @@ do-install:
|
||||
cd ${WRKSRC}/solver/${AOOXXX}/unxfbsd?.pro/bin/ ; \
|
||||
${INSTALL_DATA} ${AOOEXTENSIONS} \
|
||||
${STAGEDIR}${PRINSTALLATION_BASEDIR}/extensions/
|
||||
@cd ${STAGEDIR}${OOPATH}/program ; \
|
||||
${ECHO_CMD} "stripping executables and shared libraries" ; \
|
||||
${STRIP_CMD} crashrep pagein uri-encode javaldx regmerge \
|
||||
regview *.so* *.bin
|
||||
${FIND} ${STAGEDIR}${PRINSTALLATION_BASEDIR} -type d -exec ${CHMOD} 755 {} \;
|
||||
${REINPLACE_CMD} \
|
||||
-e '/^UserInstallation/s/=.*/=$$SYSUSERCONFIG\/${AOOUDIR}/' \
|
||||
|
8
editors/openoffice-4/files/patch-sdext_prj_build.lst
Normal file
8
editors/openoffice-4/files/patch-sdext_prj_build.lst
Normal file
@ -0,0 +1,8 @@
|
||||
--- sdext/prj/build.lst.orig 2014-02-25 08:27:02 UTC
|
||||
+++ sdext/prj/build.lst
|
||||
@@ -1,4 +1,4 @@
|
||||
-dx sdext : L10N:l10n offuh comphelper unotools readlicense_oo cppu tools cppuhelper sal javaunohelper officecfg LIBXSLT:libxslt xmlhelp NULL
|
||||
+dx sdext : L10N:l10n offuh comphelper unotools readlicense_oo cppu tools cppuhelper sal javaunohelper officecfg LIBXSLT:libxslt xmlhelp rsc NULL
|
||||
dx sdext usr1 - all sdext_mkout NULL
|
||||
dx sdext\prj get - all sdext_prj NULL
|
||||
dx sdext\source\minimizer nmake - all sdext_minimizer sdext_inc NULL
|
Loading…
Reference in New Issue
Block a user