freebsd-ports/lang/kroc/files/patch-modules__occGL__libsrc__Makefile.am
Tim Bishop 49b7cb4381 - Update to 1.5.r4932, revision 4932 on the kroc-1.5 stable branch.
- Build and install the documentation and examples.
- Add regression-test target to run KRoC's testsuite.
2008-07-07 18:42:58 +00:00

11 lines
517 B
Text

--- ./modules/occGL/libsrc/Makefile.am.orig 2008-07-07 13:33:12.000000000 +0100
+++ ./modules/occGL/libsrc/Makefile.am 2008-07-07 13:33:27.000000000 +0100
@@ -31,7 +31,7 @@
endif
occGL.lib: $(occGL_lib_objs)
- $(OCCBUILD) --library occGL.lib --include occGL.inc @GL_LIBS@ $(occGL_lib_objs)
+ $(OCCBUILD) --library occGL.lib --include occGL.inc @LDFLAGS@ @GL_LIBS@ $(occGL_lib_objs)
install-exec-local: $(libs) $(includes)
$(OCCBUILD) --install --prefix "$(prefix)" --destdir "$(DESTDIR)" $(libs) $(includes)