mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Avoid hardcoded -lgtk/-lglib in gtkextra-config.
This commit is contained in:
parent
31fb70c70d
commit
94049ca7ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32092
11
x11-toolkits/gtkextra/files/patch-ab
Normal file
11
x11-toolkits/gtkextra/files/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- gtkextra-config.in 2000/08/29 08:25:13 1.1
|
||||
+++ gtkextra-config.in 2000/08/29 08:26:26
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
if test "$echo_libs" = "yes"; then
|
||||
libdirs=-L@libdir@
|
||||
- echo $libdirs -lgtk -lgdk -lgtkextra -lglib -lm
|
||||
+ echo @GTK_LIBS@ $libdirs -lgtkextra -lm
|
||||
fi
|
||||
|
||||
|
11
x11-toolkits/gtkextra2/files/patch-ab
Normal file
11
x11-toolkits/gtkextra2/files/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- gtkextra-config.in 2000/08/29 08:25:13 1.1
|
||||
+++ gtkextra-config.in 2000/08/29 08:26:26
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
if test "$echo_libs" = "yes"; then
|
||||
libdirs=-L@libdir@
|
||||
- echo $libdirs -lgtk -lgdk -lgtkextra -lglib -lm
|
||||
+ echo @GTK_LIBS@ $libdirs -lgtkextra -lm
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user