summaryrefslogtreecommitdiff
path: root/print/xdvik/files
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-13 04:07:18 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-13 04:07:18 +0000
commit9335fe1619c689bc1d9faf54ee73af262507b7d9 (patch)
tree87ffb54d79f2e5c077606f06f987c61508913e5c /print/xdvik/files
parentUnbreak. (diff)
Unbreak.
Submitted by: str
Notes
Notes: svn path=/head/; revision=13943
Diffstat (limited to 'print/xdvik/files')
-rw-r--r--print/xdvik/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/xdvik/files/patch-ab b/print/xdvik/files/patch-ab
new file mode 100644
index 000000000000..828e6c47088d
--- /dev/null
+++ b/print/xdvik/files/patch-ab
@@ -0,0 +1,12 @@
+--- xdvik/Makefile.in.orig Mon Oct 12 22:28:09 1998
++++ xdvik/Makefile.in Mon Oct 12 22:46:32 1998
+@@ -9,6 +9,9 @@
+ # This matches web2c (needed only for Metafont).
+ x_cppflags = @X_CFLAGS@
+ x_ldflags = @X_LIBS@
++ifeq ($(PORTOBJFORMAT),elf)
++x_ldflags += -Wl,-rpath,$(X11BASE)/lib
++endif
+ x_pre_libs = @X_PRE_LIBS@
+ x_extra_libs = @X_EXTRA_LIBS@
+ x_tool_libs = @x_tool_libs@