openbsd-ports/x11/gnomemm/patches/patch-src_gnome--_Makefile_in

13 lines
711 B
Plaintext
Raw Normal View History

$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)