CVS Commit by dpage: Update to allow RPM builds for Mandrake 10.1 [Hugo
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by dpage: Update to allow RPM builds for Mandrake 10.1 [Hugo
Log Message:
-----------
Update to allow RPM builds for Mandrake 10.1 [Hugo Ferreira]
Tags:
----
REL-1_2_0_PATCHES
Modified Files:
--------------
pgadmin3:
acinclude.m4 (r1.37 -> r1.37.2.1)
Index: acinclude.m4
===================================================================
RCS file: /projects/pgadmin3/acinclude.m4,v
retrieving revision 1.37
retrieving revision 1.37.2.1
diff -Lacinclude.m4 -Lacinclude.m4 -u -w -r1.37 -r1.37.2.1
--- acinclude.m4
+++ acinclude.m4
@@ -422,6 +422,10 @@
LIBS="$LIBS -lwx_gtk_stc-${WX_VERSION}"
LIBS="$LIBS $WX_NEW_LDFLAGS"
;;
+ *wx_gtk2_*)
+ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION}"
+ LIBS="$LIBS $WX_NEW_LDFLAGS"
+ ;;
*)
;;
esac
Home |
Main Index |
Thread Index