forked from pool/grisbi
Accepting request 99165 from home:vuntz:branches:GNOME:Apps
Remove patch not needed by 0.8.9 so we can push update to Factory OBS-URL: https://build.opensuse.org/request/show/99165 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/grisbi?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
d4101f6ac5
commit
16e6840f2d
@@ -1,27 +0,0 @@
|
||||
Index: grisbi-0.8.8/configure.in
|
||||
===================================================================
|
||||
--- grisbi-0.8.8.orig/configure.in
|
||||
+++ grisbi-0.8.8/configure.in
|
||||
@@ -54,6 +54,9 @@ dnl ====================================
|
||||
dnl Main Grisbi libraries
|
||||
dnl ================================================================
|
||||
|
||||
+AC_CHECK_LIBM
|
||||
+AC_SUBST(LIBM)
|
||||
+
|
||||
#PKG_CHECK_MODULES(GRISBI, [gtk+-2.0 >= 2.2.0 glib-2.0 >= 2.2 gmodule-2.0 >= 2.2 zlib])
|
||||
# Temporary hack until Mandriva ships zlib.pc
|
||||
PKG_CHECK_MODULES(GRISBI, [gtk+-2.0 >= 2.12.0 glib-2.0 >= 2.18.0 gmodule-2.0 >= 2.18.0])
|
||||
Index: grisbi-0.8.8/src/Makefile.am
|
||||
===================================================================
|
||||
--- grisbi-0.8.8.orig/src/Makefile.am
|
||||
+++ grisbi-0.8.8/src/Makefile.am
|
||||
@@ -16,7 +16,7 @@ libgrisbi_la_LIBADD += \
|
||||
else
|
||||
libgrisbi_la_LDFLAGS = -export_dynamic
|
||||
endif
|
||||
-libgrisbi_la_LIBADD += $(GRISBI_LIBS) $(IGE_MAC_LIBS)
|
||||
+libgrisbi_la_LIBADD += $(LIBM) $(GRISBI_LIBS) $(IGE_MAC_LIBS)
|
||||
|
||||
libgrisbi_la_SOURCES = \
|
||||
accueil.c \
|
@@ -16,6 +16,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: grisbi
|
||||
Version: 0.8.9
|
||||
Release: 0
|
||||
|
Reference in New Issue
Block a user