pkgsrc/graphics/magicpoint/patches/patch-ac
jlam e6fda5ca99 Fix the rpath so that ${LOCALBASE}/lib (where the graphics libraries are
installed) is included, which ${BUILDLINK_DIR}/lib (which is a temporary
directory) is not.
2001-09-14 05:41:05 +00:00

13 lines
399 B
Text

$NetBSD: patch-ac,v 1.1 2001/09/14 05:41:06 jlam Exp $
--- Imakefile.in.orig Sat Feb 3 13:46:49 2001
+++ Imakefile.in Fri Sep 14 01:35:12 2001
@@ -23,7 +23,7 @@
DEFS= @DEFS@ -DMGPLIBDIR=\"$(LIBDIR)/mgp\"
#DEFS+= -DGLYPHEDGE
-SYS_LIBRARIES= -L$(srcdir)/image -lmgpimage @LIBS@
+SYS_LIBRARIES= -L$(srcdir)/image -lmgpimage @LDFLAGS@ @LIBS@
EXTRA_DEPLIBS= @DEPLIBS@
#undef DefaultCDebugFlags