openbsd-ports/x11/fltk/patches/patch-Makefile
matt cacce693cb - add glut flavor, which requires libGLU (and will not build if
libGLU is not present)
- fix X11/extensions/Xdbe.h check
- respect CFLAGS
- create shared libraries
- don't build tests
thx espie@, naddy@ for heads-up and pointers
2001-04-15 03:14:15 +00:00

13 lines
268 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1 2001/04/15 03:14:15 matt Exp $
--- Makefile.orig Fri Jun 30 00:23:12 2000
+++ Makefile Thu Apr 12 19:00:30 2001
@@ -25,7 +25,7 @@
SHELL=/bin/sh
-DIRS = src fluid test
+DIRS = src fluid
all: makeinclude
@for dir in $(DIRS); do\