mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect value which causes locale files to be installed in the wrong place. - The only configure checks that still need to be patched are related to intltool so move DATADIRNAME patching from USES=pathfix to USE_GNOME=intlhack. - games/klavaro: remove excessive dependencies - japanese/libskk: add INSTALL_TARGET=install-strip - math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread patching - multimedia/freetuxtv: remove excessive dependencies - science/gramps: fix shared-mime-info use Exp-run by: antoine Approved by: portmgr (antoine)
11 lines
368 B
Text
11 lines
368 B
Text
--- configure.orig 2009-05-02 19:05:57 UTC
|
|
+++ configure
|
|
@@ -21567,6 +21567,8 @@
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
# save current global flags
|
|
+ ac_save_LIBS="$LIBS"
|
|
+ ac_save_CPPFLAGS="$CPPFLAGS"
|
|
LIBS="$ac_save_LIBS $PYTHON_LDFLAGS"
|
|
CPPFLAGS="$ac_save_CPPFLAGS $PYTHON_CPPFLAGS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|