summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-21 12:48:12 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-21 12:48:12 +0000
commitd6d5bb2756de05c73893926be26eebb473204fe0 (patch)
tree21384b83929da1d94d3524cdbadf7ecff44d8cac /x11-clocks
parentlibmpeg now supports ELF. (diff)
Fix build in a.out world.
Noticed by: Asami-san
Notes
Notes: svn path=/head/; revision=13287
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/eyeclock/files/patch-aa8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-clocks/eyeclock/files/patch-aa b/x11-clocks/eyeclock/files/patch-aa
index a5b96f7c618b..132e959897e0 100644
--- a/x11-clocks/eyeclock/files/patch-aa
+++ b/x11-clocks/eyeclock/files/patch-aa
@@ -1,8 +1,10 @@
--- Makefile.orig Thu Sep 17 01:42:06 1998
-+++ Makefile Sun Sep 20 20:12:26 1998
-@@ -1,20 +1,23 @@
++++ Makefile Mon Sep 21 07:45:06 1998
+@@ -1,20 +1,25 @@
+LIBS= -L${X11BASE}/lib -lm -lX11 -lXt -lXmu -lXaw -lXpm
++.if ${PORTOBJFORMAT} == "elf"
+LDFLAGS=-Wl,-rpath,${X11BASE}/lib
++.endif
+CFLAGS+=-I${X11BASE}/include
+
eyeclock : eyegraph.o eyeinit.o eyemain.o eyequit.o eyestr.o eyetime.o
@@ -32,7 +34,7 @@
clean :
rm *.o eyeclock
backup :
-@@ -36,19 +39,19 @@
+@@ -36,19 +41,19 @@
cp sample2 sample2.bak
cp sample2.xpm sample2.xpm.bak
install :