ports/databases/pgadmin3-12/files/patch-configure
2005-01-08 18:05:22 +00:00

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"