summaryrefslogtreecommitdiff
path: root/editors/axe/files/patch-ab
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-13 13:39:03 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-13 13:39:03 +0000
commit1534d9a4bf86257eda0cfaf7bc25b61378cd3e26 (patch)
tree68653e7c61861a216517b63ebfcd207044d48685 /editors/axe/files/patch-ab
parent703b32c52b9c84ddcb3c82da9e76bd3e0d2b19c0 (diff)
downloadfreebsd-ports-1534d9a4bf86257eda0cfaf7bc25b61378cd3e26.zip
- Add x11-toolkits/Xaw3d to LIB_DEPENDS
- Fix new compiler error - Add missing MAN1 line PR: 22811 Submitted by: Ports Fury
Diffstat (limited to 'editors/axe/files/patch-ab')
-rw-r--r--editors/axe/files/patch-ab39
1 files changed, 39 insertions, 0 deletions
diff --git a/editors/axe/files/patch-ab b/editors/axe/files/patch-ab
new file mode 100644
index 000000000000..fb340aff5857
--- /dev/null
+++ b/editors/axe/files/patch-ab
@@ -0,0 +1,39 @@
+--- Axe.tmpl.orig Thu Apr 7 01:07:33 1994
++++ Axe.tmpl Mon Nov 13 01:33:05 2000
+@@ -8,7 +8,7 @@
+ Mandir = ${MANDIR}
+
+ /* Where do you want the ancilliary files to be installed */
+-AxeLibdir = ${LIBDIR}
++AxeLibdir = ${LIBDIR}/axe
+
+ /* As of aXe 6.0 the help is presented using a separate application called */
+ /* axinfo. Repeat the above exercise for it. */
+@@ -47,10 +47,10 @@
+
+ /* Uncomment the next but one line if you want to build an Xaw3d version */
+ /* Please read the file INSTALL for essential information in this area */
+-/* #define ThreeD */
++#define ThreeD
+
+ /* ... and state the pathname of the directory containing the Xaw3d headers */
+-/* #define Xaw3dIncDir /usr/local/Xaw3d/include/X11/Xaw3d */
++#define Xaw3dIncDir $(INCROOT)/X11/Xaw3d
+
+ /* ... and where the Xaw3d library is to be found. This can be omitted */
+ /* if the library is in the standard place in the installed X tree */
+@@ -121,7 +121,7 @@
+ #else
+ XAW3D_LDFLAGS = -L/**/Xaw3dLibDir
+ #endif
+- XAW3D_LIBS = -lXaw3d
++ XAWLIB = -lXaw3d
+ XAW3D = -DXAW3D
+ #endif
+ XAW3D_DEPS = AxeCommand.o AxeMenuBtn.o AxeSmeBSB.o
+@@ -131,4 +131,4 @@
+ SCANDIR_OBJS = scandir.o
+ #endif
+
+-DEFINES = ${EXTENSION} ${XAW3D} ${HAVEX11R5PL20} ${MAXPATHLEN}
++DEFINES = ${EXTENSION} ${XAW3D} ${HAVEX11R5PL20} ${MAXPATHLEN} -D__BSD_4_4__