c412043814
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r), and Microsoft(r) Windows(r) NT 4.0, 95, or 98. It was originally developed by Mr. Bill Spitzak and is currently maintained by a small group of developers across the world with a central repository in the US. from James Turner (MAINTAINER) with some tweaks by me
13 lines
532 B
Plaintext
13 lines
532 B
Plaintext
$OpenBSD: patch-fluid_Makefile,v 1.1.1.1 2008/10/19 07:34:45 ajacoutot Exp $
|
|
--- fluid/Makefile.orig Fri Oct 17 06:27:51 2008
|
|
+++ fluid/Makefile Fri Oct 17 06:28:01 2008
|
|
@@ -134,7 +134,7 @@ install:
|
|
-$(MKDIR) $(DESTDIR)$(bindir)
|
|
$(CP) $(FLUID) $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
|
|
$(STRIP) $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
|
|
- $(bindir)/fltk2-config --post $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
|
|
+ $(DESTDIR)$(bindir)/fltk2-config --post $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
|
|
$(CHMOD) 755 $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
|
|
|
|
|