diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
commit | 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch) | |
tree | 42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/svgalib/files/patch-demos-Makefile | |
parent | security/arirang: Mark broken with Ruby 2.0 or newer (diff) |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'graphics/svgalib/files/patch-demos-Makefile')
-rw-r--r-- | graphics/svgalib/files/patch-demos-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/svgalib/files/patch-demos-Makefile b/graphics/svgalib/files/patch-demos-Makefile new file mode 100644 index 000000000000..8d08004ff6b6 --- /dev/null +++ b/graphics/svgalib/files/patch-demos-Makefile @@ -0,0 +1,11 @@ +--- demos/Makefile.orig Fri Aug 25 06:09:33 2000 ++++ demos/Makefile Fri Aug 25 06:09:50 2000 +@@ -29,7 +29,7 @@ + + # Determine what library (static or shared) we will be linking programs with + ifdef INSTALLSHAREDLIB +- LIBS = -lvgagl -lvga ++ LIBS = -L../sharedlib -lvgagl -lvga + endif + ifndef LIBS + LIBS = ../staticlib/libvgagl.a ../staticlib/libvga.a -lm |