a2de45a8df
set a base public, because gcc3 has more correct access restrictions. proper fix would probably be to make the array stuff friend (hard since those are template classe ?) or provide an explicit function to handle the cast. Well, simplest way to fix this...
13 lines
711 B
Plaintext
13 lines
711 B
Plaintext
$OpenBSD: patch-src_gnome--_Makefile_in,v 1.2 2004/01/05 01:49:17 espie Exp $
|
|
--- src/gnome--/Makefile.in.orig 2002-07-23 14:29:48.000000000 +0200
|
|
+++ src/gnome--/Makefile.in 2004-01-05 02:22:26.000000000 +0100
|
|
@@ -165,7 +165,7 @@ gnomemm_DATA = $(gnomemmh) imlib.h app-h
|
|
|
|
# This builds the library
|
|
libgnomemm_la_SOURCES = $(gnomemmc) app-helper.cc app-callback.cc point.cc affinetrans.cc construct_copies.cc
|
|
-libgnomemm_la_LDFLAGS = -version-info $(LIBGNOMEMM_SO_VERSION) -release $(GNOMEMM_RELEASE) -no-undefined
|
|
+libgnomemm_la_LDFLAGS = -version-info $(LIBGNOMEMM_SO_VERSION) -no-undefined
|
|
libgnomemm_la_LIBADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(gnomemmla)
|
|
libgnomemm_la_DEPENDENCIES = $(gnomemmla)
|
|
|