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
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to