summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-- (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This is broken for non-ELF systems too.Satoshi Asami1998-10-201-2/+2
| | | | Notes: svn path=/head/; revision=14122
* Mark BROKEN for ELF:Justin M. Seger1998-10-151-1/+3
| | | | | | | | | | | | | | | ../../src/gtk--/container.h: In function `static void Gtk_Container::cpp_class_init(struct _GtkContainerClass *, struct Gtk_c_signals_Container *)': In file included from ../../src/gtk--/bin.h:8, from ../../src/gtk--/alignment.h:8, from ../../src/gtk--.h:208, from gtk--.cc:31: ../../src/gtk--/container.h:242: `struct _GtkContainerClass' has no member named `foreach' ../../src/gtk--/container.h:243: `struct _GtkContainerClass' has no member named `foreach' gmake[4]: *** [gtk--.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk--/work/Gtk---0.9.14/src/gtk--' Notes: svn path=/head/; revision=14021
* gtk and gtk11 are now ELFized.Satoshi Asami1998-09-221-2/+2
| | | | Notes: svn path=/head/; revision=13337
* No need to use += for variable defined only once. (I know it's justSatoshi Asami1998-09-151-2/+2
| | | | | | | a comment, but a bad one nonetheless. :) Notes: svn path=/head/; revision=13141
* C++ wrapper for gtk, a x11 graphics libraryJun Kuriyama1998-08-315-0/+128
PR: ports/6704 Submitted by: Yukihiro Nakai <Nakai@technologist.com> Notes: svn path=/head/; revision=12973