a31ee81cbe
still passes all regression tests. bump pkgname + shared lib major, since we substitute an unsigned long to an unsigned int in internal data structures.
13 lines
566 B
Plaintext
13 lines
566 B
Plaintext
$OpenBSD: patch-ginac_Makefile_in,v 1.3 2010/06/07 13:47:44 espie Exp $
|
|
--- ginac/Makefile.in.orig Thu Jul 30 19:06:05 2009
|
|
+++ ginac/Makefile.in Mon Jun 7 03:59:36 2010
|
|
@@ -316,7 +316,7 @@ polynomial/primpart_content.cpp \
|
|
polynomial/smod_helpers.h \
|
|
polynomial/debug.h
|
|
|
|
-libginac_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -release $(LT_RELEASE)
|
|
+libginac_la_LDFLAGS = -version-info $(LT_VERSION_INFO)
|
|
libginac_la_LIBADD = $(DL_LIBS)
|
|
ginacincludedir = $(includedir)/ginac
|
|
ginacinclude_HEADERS = ginac.h add.h archive.h assertion.h basic.h class_info.h \
|