summaryrefslogtreecommitdiff
path: root/x11/xview-config/patches/patch-ae
diff options
context:
space:
mode:
authortron <tron>1998-07-03 20:46:43 +0000
committertron <tron>1998-07-03 20:46:43 +0000
commitfc01e9dc3036a46022f7b0877c6fc3e3698752f2 (patch)
treedcfbbb723f86d3ccc5624745c97966d025b0997d /x11/xview-config/patches/patch-ae
parent4634c2634f952e2ec5710df9072e44e535f1fb00 (diff)
downloadpkgsrc-fc01e9dc3036a46022f7b0877c6fc3e3698752f2.tar.gz
Initial commit of FreeBSD's "xview-config" port:
OpenLook Toolkit config files.
Diffstat (limited to 'x11/xview-config/patches/patch-ae')
-rw-r--r--x11/xview-config/patches/patch-ae111
1 files changed, 111 insertions, 0 deletions
diff --git a/x11/xview-config/patches/patch-ae b/x11/xview-config/patches/patch-ae
new file mode 100644
index 00000000000..88f7c326ac2
--- /dev/null
+++ b/x11/xview-config/patches/patch-ae
@@ -0,0 +1,111 @@
+*** XView.tmpl.orig Sun Jun 26 21:10:00 1994
+--- XView.tmpl Sun May 3 22:09:02 1998
+***************
+*** 96,102 ****
+ * Work around small conflict with Project.tmpl file
+ */
+ #if UseInstalled
+! MKDIRHIER = BourneShell BinDir/mkdirhier
+ #endif
+
+ #if OsHasLocale
+--- 96,102 ----
+ * Work around small conflict with Project.tmpl file
+ */
+ #if UseInstalled
+! MKDIRHIER = mkdirhier
+ #endif
+
+ #if OsHasLocale
+***************
+*** 192,205 ****
+ AS = as
+ */
+ /*
+- * use the same trick X11R5 does for defining rules for installed libs
+- */
+- #ifdef UseInstalled
+- #define _Use(a,b) a
+- #else
+- #define _Use(a,b) b
+- #endif
+- /*
+ * Temporary directory used during build process before the include
+ * files are installed. This is just a place where symbolic links are
+ * placed to point back to the actual files in the build hierarchy to
+--- 192,197 ----
+***************
+*** 224,230 ****
+ * afterwards.
+ */
+ #ifndef XVIncludeDirName
+! #define XVIncludeDirName /include
+ #endif
+ INCDIR = XVIncludeDirName
+ /*
+--- 216,222 ----
+ * afterwards.
+ */
+ #ifndef XVIncludeDirName
+! #define XVIncludeDirName include
+ #endif
+ INCDIR = XVIncludeDirName
+ /*
+***************
+*** 356,365 ****
+
+ #if SystemV4
+ SYSV_CLIENT_LIB = -lintl -ldl
+! XVCLIENTSYSDEFINES = -DSVR4 -DSYSV
+ #else
+ SYSV_CLIENT_LIB =
+! XVCLIENTSYSDEFINES = -DSUNOS41
+ #endif
+
+ /*
+--- 348,357 ----
+
+ #if SystemV4
+ SYSV_CLIENT_LIB = -lintl -ldl
+! XVCLIENTSYSDEFINES = -DSVR4 -DSYSV
+ #else
+ SYSV_CLIENT_LIB =
+! XVCLIENTSYSDEFINES = -DSUNOS41
+ #endif
+
+ /*
+***************
+*** 371,386 ****
+ */
+
+ #if XvI18nLevel == 4
+! XVCLIENTI18NDEFINES = -DOW_I18N_L4 -DOW_I18N_L3 -DOW_I18N -DFULL_R5
+! XVCLIENTMISCLIB = -lw
+! XVCLIENTINCLUDES = -I$(OPENWINHOME)/include
+ #else
+! XVCLIENTI18NDEFINES = -DOW_I18N_L3
+! XVCLIENTMISCLIB =
+! XVCLIENTINCLUDES =
+ #endif
+
+! XVCLIENTDEFINES = $(XVCLIENTSYSDEFINES) $(XVCLIENTI18NDEFINES)
+
+ /*
+ * Define libraries for XView clients
+--- 363,378 ----
+ */
+
+ #if XvI18nLevel == 4
+! XVCLIENTI18NDEFINES = -DOW_I18N_L4 -DOW_I18N_L3 -DOW_I18N -DFULL_R5
+! XVCLIENTMISCLIB = -lw
+! XVCLIENTINCLUDES = -I$(OPENWINHOME)/include
+ #else
+! XVCLIENTI18NDEFINES = -DOW_I18N_L3
+! XVCLIENTMISCLIB =
+! XVCLIENTINCLUDES =
+ #endif
+
+! XVCLIENTDEFINES = $(XVCLIENTSYSDEFINES) $(XVCLIENTI18NDEFINES)
+
+ /*
+ * Define libraries for XView clients