Add GIMP_THREAD_LIBS to GTK_LIBS so that all plug-ins get some thread lovin'.
This fixes some missing pthread symbols, and allows the new GTK+ file chooser to work in certain plug-ins (e.g. print).
This commit is contained in:
parent
be515d866c
commit
fa69cc8425
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130464
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 2.2.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
|
@ -1,6 +1,14 @@
|
||||
--- configure.orig Sun Nov 21 08:44:04 2004
|
||||
+++ configure Sun Nov 21 08:46:24 2004
|
||||
@@ -33676,9 +33676,9 @@
|
||||
--- configure.orig Sun Mar 6 15:30:12 2005
|
||||
+++ configure Sun Mar 6 15:33:57 2005
|
||||
@@ -25925,6 +25925,7 @@
|
||||
if test "x$enable_gtktest" = "xyes" ; then
|
||||
ac_save_CFLAGS="$CFLAGS"
|
||||
ac_save_LIBS="$LIBS"
|
||||
+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS"
|
||||
CFLAGS="$CFLAGS $GTK_CFLAGS"
|
||||
LIBS="$GTK_LIBS $LIBS"
|
||||
rm -f conf.gtktest
|
||||
@@ -33865,9 +33866,9 @@
|
||||
fi
|
||||
fi;
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 2.2.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
|
@ -1,6 +1,14 @@
|
||||
--- configure.orig Sun Nov 21 08:44:04 2004
|
||||
+++ configure Sun Nov 21 08:46:24 2004
|
||||
@@ -33676,9 +33676,9 @@
|
||||
--- configure.orig Sun Mar 6 15:30:12 2005
|
||||
+++ configure Sun Mar 6 15:33:57 2005
|
||||
@@ -25925,6 +25925,7 @@
|
||||
if test "x$enable_gtktest" = "xyes" ; then
|
||||
ac_save_CFLAGS="$CFLAGS"
|
||||
ac_save_LIBS="$LIBS"
|
||||
+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS"
|
||||
CFLAGS="$CFLAGS $GTK_CFLAGS"
|
||||
LIBS="$GTK_LIBS $LIBS"
|
||||
rm -f conf.gtktest
|
||||
@@ -33865,9 +33866,9 @@
|
||||
fi
|
||||
fi;
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 2.2.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
|
@ -1,6 +1,14 @@
|
||||
--- configure.orig Sun Nov 21 08:44:04 2004
|
||||
+++ configure Sun Nov 21 08:46:24 2004
|
||||
@@ -33676,9 +33676,9 @@
|
||||
--- configure.orig Sun Mar 6 15:30:12 2005
|
||||
+++ configure Sun Mar 6 15:33:57 2005
|
||||
@@ -25925,6 +25925,7 @@
|
||||
if test "x$enable_gtktest" = "xyes" ; then
|
||||
ac_save_CFLAGS="$CFLAGS"
|
||||
ac_save_LIBS="$LIBS"
|
||||
+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS"
|
||||
CFLAGS="$CFLAGS $GTK_CFLAGS"
|
||||
LIBS="$GTK_LIBS $LIBS"
|
||||
rm -f conf.gtktest
|
||||
@@ -33865,9 +33866,9 @@
|
||||
fi
|
||||
fi;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user