aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xopps/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-07-31 08:18:37 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-07-31 08:18:37 +0000
commitede41d56d1b42ad21a46ccfadcdebcd49b3279db (patch)
treefc5518d1c3c03628238b6165c4efbc2b79c77c9f /deskutils/xopps/files
parent8b936f24b70a2bb5904739386ca8fcfe1866fcdd (diff)
downloadports-ede41d56d1b42ad21a46ccfadcdebcd49b3279db.tar.gz
ports-ede41d56d1b42ad21a46ccfadcdebcd49b3279db.zip
Notes
Diffstat (limited to 'deskutils/xopps/files')
-rw-r--r--deskutils/xopps/files/patch-aa31
-rw-r--r--deskutils/xopps/files/patch-ab36
2 files changed, 67 insertions, 0 deletions
diff --git a/deskutils/xopps/files/patch-aa b/deskutils/xopps/files/patch-aa
new file mode 100644
index 000000000000..25266b0d9211
--- /dev/null
+++ b/deskutils/xopps/files/patch-aa
@@ -0,0 +1,31 @@
+*** 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
diff --git a/deskutils/xopps/files/patch-ab b/deskutils/xopps/files/patch-ab
new file mode 100644
index 000000000000..48b31bae5b70
--- /dev/null
+++ b/deskutils/xopps/files/patch-ab
@@ -0,0 +1,36 @@
+*** Defines.FreeBSD.orig Sun Jul 27 23:07:08 1997
+--- Defines.FreeBSD Sun Jul 27 23:05:18 1997
+***************
+*** 65,73 ****
+ #
+ # Compiler options
+ #
+! MACHDEFS = -ansi -Dsparc
+! MACHINCLPATH = -I/SFOC/$(SFOCVER)/include/$(MACH) -I/usr/5include
+! MACHLIBPATH = -L/usr/5lib
+ MACHLIBS =
+ MACHLIBS_SYBCL = -lsybdb -lcs -lct -lcomn -ltcl -lintl -linsck -lm
+
+--- 65,73 ----
+ #
+ # Compiler options
+ #
+! MACHDEFS = -ansi -fsigned-char
+! MACHINCLPATH = -I$(X11BASE)/include
+! MACHLIBPATH = -L$(X11BASE)/lib
+ MACHLIBS =
+ MACHLIBS_SYBCL = -lsybdb -lcs -lct -lcomn -ltcl -lintl -linsck -lm
+
+***************
+*** 87,91 ****
+ # loadable shared libraries for Perl modules
+ #
+ MACHPERLLIBSUFFIX = .so
+! MACHPERLLIB = $(PERLLIBHOME)/sun4-sunos/$(PERLVER)
+! MACHPERLINC = $(PERLLIBHOME)/sun4-sunos/$(PERLVER)/CORE
+--- 87,91 ----
+ # loadable shared libraries for Perl modules
+ #
+ MACHPERLLIBSUFFIX = .so
+! MACHPERLLIB = $(PERLLIBHOME)/lib
+! MACHPERLINC = $(PERLLIBHOME)/include