summaryrefslogtreecommitdiff
path: root/graphics/aqsis/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/aqsis/patches/patch-aa')
-rw-r--r--graphics/aqsis/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/aqsis/patches/patch-aa b/graphics/aqsis/patches/patch-aa
new file mode 100644
index 00000000000..3bd89a985b9
--- /dev/null
+++ b/graphics/aqsis/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/10/28 15:12:36 agc Exp $
+
+--- teqser/Makefile.in 2002/06/24 19:29:00 1.1
++++ teqser/Makefile.in 2002/06/24 19:29:28
+@@ -81,7 +81,11 @@
+ bin_PROGRAMS = teqser
+
+ teqser_SOURCES = teqser.cpp
++ifdef HAVE_LIBDL
+ teqser_LDADD = $(top_builddir)/render/libaqsis.la $(top_builddir)/libddmsimple/libddmsimple.la $(top_builddir)/libaqsistypes/libaqsistypes.la $(top_builddir)/libshadervm/libshadervm.la $(top_builddir)/libshaderexecenv/libshaderexecenv.la -ltiff -largparse -ldl
++else
++teqser_LDADD = $(top_builddir)/render/libaqsis.la $(top_builddir)/libddmsimple/libddmsimple.la $(top_builddir)/libaqsistypes/libaqsistypes.la $(top_builddir)/libshadervm/libshadervm.la $(top_builddir)/libshaderexecenv/libshaderexecenv.la -ltiff -largparse
++endif
+ @DEBUG_TRUE@AM_CXXFLAGS = -g -Wall
+ @DEBUG_FALSE@AM_CXXFLAGS =
+