mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
Release Notes (kind of): https://sourceforge.net/projects/gimp-print/files/gutenprint-5.3/5.3.4/NEWS
23 lines
1.5 KiB
Text
23 lines
1.5 KiB
Text
# this is a workaround for a broken gimptool-2.0 (uses wrong plugin dir
|
|
# when installing plugins)
|
|
--- configure.orig 2019-08-27 19:37:57 UTC
|
|
+++ configure
|
|
@@ -15324,8 +15324,7 @@ else
|
|
if test x${BUILD_GIMP2} = xyes ; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GIMP 2.0 plug-in directory" >&5
|
|
$as_echo_n "checking for GIMP 2.0 plug-in directory... " >&6; }
|
|
- GIMPTOOL2_OUTPUT=`$GIMPTOOL2_CHECK --dry-run --install-${PLUG_IN_PATH} print | tail -n 1`
|
|
- GIMP2_PLUGIN_DIR=`echo "$GIMPTOOL2_OUTPUT" | cut -d ' ' -f 3 | tr -d "\'"`
|
|
+ GIMP2_PLUGIN_DIR=`$GIMPTOOL2_CHECK --gimpplugindir`/plug-ins
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GIMP2_PLUGIN_DIR" >&5
|
|
$as_echo "$GIMP2_PLUGIN_DIR" >&6; }
|
|
if test "x$NO_PKGCONFIG_PATHS" = x; then
|
|
@@ -18629,7 +18629,7 @@
|
|
|
|
if test x$ac_compiler_gnu = "xyes"; then
|
|
|
|
- for stp_ac_arg in -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Wformat -Werror=format-security -D_POSIX_C_SOURCE=200809L -std=c99 ; do
|
|
+ for stp_ac_arg in -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Wformat -Werror=format-security -D_POSIX_C_SOURCE=200809L ; do
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if ${CC} supports ${stp_ac_arg}" >&5
|
|
$as_echo_n "checking if ${CC} supports ${stp_ac_arg}... " >&6; }
|