diff options
Diffstat (limited to 'databases/pgadmin3-12/files/patch-configure')
-rw-r--r-- | databases/pgadmin3-12/files/patch-configure | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/pgadmin3-12/files/patch-configure b/databases/pgadmin3-12/files/patch-configure deleted file mode 100644 index 15f3ec322d35..000000000000 --- a/databases/pgadmin3-12/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig Tue Oct 14 20:10:14 2003 -+++ configure Wed Nov 5 03:55:28 2003 -@@ -5033,13 +5033,18 @@ - LIBS="$LIBS -lwx_gtk_stc-${WX_VERSION} -lwx_gtk_xrc-${WX_VERSION}" - LIBS="$LIBS $WX_NEW_LDFLAGS" - ;; -+ *wx_gtk2-*) -+ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION} -lwx_gtk2_xrc-${WX_VERSION}" -+ LIBS="$LIBS $WX_NEW_LDFLAGS" -+ ;; - *) - ;; - esac - fi -+ LIBS="$LIBS $PTHREAD_LIBS" - - WX_NEW_CPPFLAGS=`${WX_CONFIG} --cxxflags` -- CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -I${WX_HOME}/include" -+ CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -I${WX_HOME}/include ${PTHREAD_CFLAGS}" - case "${host}" in - *-apple-darwin*) - CPPFLAGS="$CPPFLAGS -no-cpp-precomp -fno-rtti" |