diff options
Diffstat (limited to 'sysutils/xnc/patches/patch-aj')
-rw-r--r-- | sysutils/xnc/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/xnc/patches/patch-aj b/sysutils/xnc/patches/patch-aj new file mode 100644 index 00000000000..efad35447ba --- /dev/null +++ b/sysutils/xnc/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2002/07/08 14:25:06 jschauma Exp $ + +--- resloader/makefile.in.orig Sun Jul 7 12:56:04 2002 ++++ resloader/makefile.in Sun Jul 7 12:56:33 2002 +@@ -21,7 +21,7 @@ + ../plugins/aqua/aquaskin.o ../plugins/five/fiveskin.o + CXXINCLUDES=$(XINC) $(JINC) + CXXOPT=$(DEFS) $(CFLAGS) +- LOCAL_LIBRARIES=../image2/libie.a $(JLIB) $(TLIB) $(XLIBS) $(PNGLIB) $(ZLIB) $(LIBS) ++ LOCAL_LIBRARIES=../image2/libie.a $(JLIB) $(TLIB) $(XLIBS) $(PNGLIB) $(ZLIB) $(LIBS) $(LDFLAGS) + + PROGRAM =xncloader $(IMAGENGINE) + |