diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-11 18:55:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-11 18:55:31 +0000 |
commit | 54791df01a83706bb3eec18c495f4b98cfcafd54 (patch) | |
tree | a43eb332e4862abb98a8871b47a14f95c3e43a86 /graphics/aqsis/patches/patch-ak | |
parent | 4c49c57c7e8e202cd2a731c8c56b7783dccf1874 (diff) | |
download | pkgsrc-54791df01a83706bb3eec18c495f4b98cfcafd54.tar.gz |
Fix C++ to work with GCC 3.4. Fix linkage to make at least some sense.
Always link with -lddmsock, it might be overridden in the application
though. The former guranties that the libraries don't have unresolved
symbols. Bump revision.
Diffstat (limited to 'graphics/aqsis/patches/patch-ak')
-rw-r--r-- | graphics/aqsis/patches/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/aqsis/patches/patch-ak b/graphics/aqsis/patches/patch-ak new file mode 100644 index 00000000000..ccb03e437d4 --- /dev/null +++ b/graphics/aqsis/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 2006/05/11 18:55:31 joerg Exp $ + +--- libshaderexecenv/Makefile.in.orig 2006-05-11 16:56:35.000000000 +0000 ++++ libshaderexecenv/Makefile.in +@@ -83,7 +83,7 @@ EXTRA_DIST = libshaderexecenv.dsp + lib_LTLIBRARIES = libshaderexecenv.la + + libshaderexecenv_la_SOURCES = shaderexecenv.cpp shaderexecenv.h shadeops.cpp +-libshaderexecenv_la_LDFLAGS = -rpath $(libdir) ++libshaderexecenv_la_LDFLAGS = -rpath $(libdir) ../render/libaqsis.la + @DEBUG_TRUE@AM_CXXFLAGS = -g -Wall + @DEBUG_FALSE@AM_CXXFLAGS = + |