mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
13 lines
515 B
Text
13 lines
515 B
Text
--- configure.orig Tue Nov 30 02:09:55 2004
|
|
+++ configure Wed Jan 5 19:00:36 2005
|
|
@@ -5175,6 +5175,10 @@
|
|
LIBS="$LIBS -lwx_gtk2u_stc-${WX_VERSION}"
|
|
LIBS="$LIBS $WX_NEW_LDFLAGS"
|
|
;;
|
|
+ *wx_gtk2_core*)
|
|
+ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION}"
|
|
+ LIBS="$LIBS $WX_NEW_LDFLAGS"
|
|
+ ;;
|
|
*wx_gtkud-*)
|
|
LIBS="$LIBS -lwx_gtkud_stc-${WX_VERSION}"
|
|
LIBS="$LIBS $WX_NEW_LDFLAGS"
|