summaryrefslogtreecommitdiff
path: root/deskutils/xopps/files/patch-aa
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-13 23:31:49 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-13 23:31:49 +0000
commite96ccce158cf8eaf57dd551ae52aaeb3ffbc2e55 (patch)
treea04f33a458e3d8f6ea3408e1ebf10dda3005ab27 /deskutils/xopps/files/patch-aa
parentUnbreak. (diff)
Unbreak.
Submitted by: steve
Diffstat (limited to '')
-rw-r--r--deskutils/xopps/files/patch-aa9
1 files changed, 6 insertions, 3 deletions
diff --git a/deskutils/xopps/files/patch-aa b/deskutils/xopps/files/patch-aa
index a03de7205fe5..ce2cdd1b2c2d 100644
--- a/deskutils/xopps/files/patch-aa
+++ b/deskutils/xopps/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sat Jan 18 05:22:35 1997
-+++ Makefile Tue Aug 5 11:03:09 1997
+--- Makefile.orig Fri Jan 17 22:22:35 1997
++++ Makefile Tue Oct 13 18:06:14 1998
@@ -142,13 +142,13 @@
# Installation locations (edit to suit your system)
#
@@ -19,12 +19,15 @@
#
# You generally should not edit below this line
-@@ -182,7 +182,7 @@
+@@ -182,7 +182,10 @@
LDFLAGS = $(OPTIMIZEFLAG) $(MACHDEFS)
LOCAL_LIB = $(LIBROOT)/lib_incl_local/$(MACH)
-LIBS = -lXm -lXt -lX11
+LIBS = -lXm -lXext -lXt -lX11
++.if $(PORTOBJFORMAT) == "elf"
++LIBS+= -Wl,-rpath,$(X11BASE)/lib
++.endif
SFOCLIBPATH = -L$(SFOCDIR)/lib -L/sfoc/lib -L$(TPSDIR)/lib -L/tps/lib
FULLLIBPATH = $(LIBPATH) $(SFOCLIBPATH) $(MACHLIBPATH)