diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-24 14:30:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-24 14:30:01 +0000 |
commit | e5baaae09b37ea2bc2a7199bdb6523248fa42d77 (patch) | |
tree | 28730b38ce966dab243acf6232a8bf54f47a7763 /devel/clanlib/files/patch-Setup::Unix::Makefile.display.in | |
parent | Add pxfonts 1.0, yet another Palatino-style font for LaTeX. (diff) |
- Downgrate to last stable release, 0.6.5.1
- Give maintainership to submitter
PR: ports/61738
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes:
svn path=/head/; revision=98958
Diffstat (limited to 'devel/clanlib/files/patch-Setup::Unix::Makefile.display.in')
-rw-r--r-- | devel/clanlib/files/patch-Setup::Unix::Makefile.display.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/clanlib/files/patch-Setup::Unix::Makefile.display.in b/devel/clanlib/files/patch-Setup::Unix::Makefile.display.in new file mode 100644 index 000000000000..83b9586c74ff --- /dev/null +++ b/devel/clanlib/files/patch-Setup::Unix::Makefile.display.in @@ -0,0 +1,11 @@ +--- Setup/Unix/Makefile.display.in.orig Thu Jan 22 08:27:39 2004 ++++ Setup/Unix/Makefile.display.in Thu Jan 22 08:27:53 2004 +@@ -114,7 +114,7 @@ + + # $(OBJF_DISP_X11) $(OBJF_DISP_FBDEV) + +-LINK_DISP = -L Libs -lclanCore @x_libraries@ -lHermes @directfb_libs@ ++LINK_DISP = @LDFLAGS@ -L Libs -lclanCore @x_libraries@ -lHermes @directfb_libs@ + + Libs/libclanDisplay.so: Libs/libclanCore.so $(OBJF_DISP_ALL) + @echo "Building Libs/libclanDisplay.so" |