freebsd-ports/x11-toolkits/gtkextra/files/patch-aa

23 lines
1.2 KiB
Text
Raw Normal View History

2001-02-09 20:35:22 +01:00
$FreeBSD$
2001-12-05 11:50:21 +01:00
--- gtkextra/Makefile.in.orig Fri Nov 30 17:28:46 2001
+++ gtkextra/Makefile.in Wed Dec 5 10:57:22 2001
@@ -126,14 +126,14 @@
lib_LTLIBRARIES = libgtkextra.la
libgtkextra_la_SOURCES = $(gtkextra_c_sources)
2001-07-04 16:41:47 +02:00
-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) -export-dynamic $(shell gtk-config --libs) $(GTKGL_LIBS)
EXTRA_HEADERS =
2001-12-05 11:50:21 +01:00
EXTRA_DIST = $(gtkextra_private_h_sources) gtkextra.def Makefile.win32 makefile.msc sat.xpm sg_small.xpm cloud.xpm suncloud.xpm testgtkplotdt.in
2001-02-09 20:35:22 +01:00
# test programs, not to be installed
2001-12-05 11:50:21 +01:00
-noinst_PROGRAMS = testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testiterator testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel testdt testgtkplotdt
+noinst_PROGRAMS = #testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testiterator testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel testdt testgtkplotdt
2001-02-09 20:35:22 +01:00
DEPS = libgtkextra.la
LDADDS = libgtkextra.la $(GTK_LIBS)