6c1d2624ab
-- GTK+extra is a useful widget library set complementary to GTK+ for creating graphical interfaces for the X Window System. WWW: http://gtkextra.sourceforge.net/ From: Chris Kuethe <ckuethe@ualberta.ca> brad@ ok
13 lines
819 B
Plaintext
13 lines
819 B
Plaintext
$OpenBSD: patch-gtkextra_Makefile_in,v 1.1.1.1 2003/01/22 17:10:59 margarida Exp $
|
|
--- gtkextra/Makefile.in.orig Tue Jan 21 20:22:23 2003
|
|
+++ gtkextra/Makefile.in Tue Jan 21 20:22:50 2003
|
|
@@ -126,7 +126,7 @@ libgtkextrainclude_HEADERS = $(gtkextra_
|
|
|
|
lib_LTLIBRARIES = libgtkextra.la
|
|
libgtkextra_la_SOURCES = $(gtkextra_c_sources)
|
|
-libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic $(shell gtk-config --libs) $(GTKGL_LIBS)
|
|
+libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(LT_RELEASE) -export-dynamic $(shell gtk-config --libs) $(GTKGL_LIBS)
|
|
|
|
EXTRA_HEADERS =
|
|
EXTRA_DIST = $(gtkextra_private_h_sources) gtkextra.def Makefile.win32 makefile.msc sat.xpm sg_small.xpm cloud.xpm suncloud.xpm testgtkplotdt.in
|