summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-08-05 09:14:48 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-08-05 09:14:48 +0000
commitb849a0a4a3d0826e0289b7d8219337d28bffa4fa (patch)
tree9fdc9d4073f0a949344a10f01d5f2a31b056c55a /deskutils
parentUpgrade to 0.81. (diff)
Add libXext to libraries. Hopefully fixes problems with original Motif.
Notes
Notes: svn path=/head/; revision=7486
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/xopps/files/patch-aa61
1 files changed, 30 insertions, 31 deletions
diff --git a/deskutils/xopps/files/patch-aa b/deskutils/xopps/files/patch-aa
index 25266b0d9211..a03de7205fe5 100644
--- a/deskutils/xopps/files/patch-aa
+++ b/deskutils/xopps/files/patch-aa
@@ -1,31 +1,30 @@
-*** Makefile.orig Sun Jul 27 22:35:11 1997
---- Makefile Sun Jul 27 22:49:41 1997
-***************
-*** 142,154 ****
- # Installation locations (edit to suit your system)
- #
-
-! ROOTDIR = ### user defined ###
-! SUBSYS = ### user defined ###
- BINDIR = $(ROOTDIR)/bin
-! RSCDIR = $(ROOTDIR)/setup/app-defaults
- MAN1DIR = $(ROOTDIR)/man/man1
-! HELPDIR = $(ROOTDIR)/setup/$(SUBSYS)/help
-! BITDIR = $(ROOTDIR)/setup/bitmaps
-
- #
- # You generally should not edit below this line
---- 142,154 ----
- # Installation locations (edit to suit your system)
- #
-
-! ROOTDIR = $(PREFIX)
-! SUBSYS = ..
- BINDIR = $(ROOTDIR)/bin
-! RSCDIR = $(ROOTDIR)/lib/X11/app-defaults
- MAN1DIR = $(ROOTDIR)/man/man1
-! HELPDIR = $(ROOTDIR)/lib/X11/$(SUBSYS)/help
-! BITDIR = $(ROOTDIR)/include/X11/bitmaps
-
- #
- # You generally should not edit below this line
+--- Makefile.orig Sat Jan 18 05:22:35 1997
++++ Makefile Tue Aug 5 11:03:09 1997
+@@ -142,13 +142,13 @@
+ # Installation locations (edit to suit your system)
+ #
+
+-ROOTDIR = ### user defined ###
+-SUBSYS = ### user defined ###
++ROOTDIR = $(PREFIX)
++SUBSYS = ..
+ BINDIR = $(ROOTDIR)/bin
+-RSCDIR = $(ROOTDIR)/setup/app-defaults
++RSCDIR = $(ROOTDIR)/lib/X11/app-defaults
+ MAN1DIR = $(ROOTDIR)/man/man1
+-HELPDIR = $(ROOTDIR)/setup/$(SUBSYS)/help
+-BITDIR = $(ROOTDIR)/setup/bitmaps
++HELPDIR = $(ROOTDIR)/lib/X11/$(SUBSYS)/help
++BITDIR = $(ROOTDIR)/include/X11/bitmaps
+
+ #
+ # You generally should not edit below this line
+@@ -182,7 +182,7 @@
+
+ LDFLAGS = $(OPTIMIZEFLAG) $(MACHDEFS)
+ LOCAL_LIB = $(LIBROOT)/lib_incl_local/$(MACH)
+-LIBS = -lXm -lXt -lX11
++LIBS = -lXm -lXext -lXt -lX11
+ SFOCLIBPATH = -L$(SFOCDIR)/lib -L/sfoc/lib -L$(TPSDIR)/lib -L/tps/lib
+ FULLLIBPATH = $(LIBPATH) $(SFOCLIBPATH) $(MACHLIBPATH)
+