summaryrefslogtreecommitdiffstats
path: root/audio/xmcd/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-04-11 08:47:10 +0000
committerasami <asami@FreeBSD.org>1996-04-11 08:47:10 +0000
commitcc15124059a5c60a461dc3e627e9ddda305d6e05 (patch)
tree6c7e28a3c371eedcc4bc53109516750fdf572076 /audio/xmcd/files
parentd3f47f8bfa36350e8d3a0bfa77aa6a2ac82ef03e (diff)
downloadFreeBSD-ports-cc15124059a5c60a461dc3e627e9ddda305d6e05.zip
FreeBSD-ports-cc15124059a5c60a461dc3e627e9ddda305d6e05.tar.gz
Upgrade, 1.4 -> 2.0. Also modified to conform to our new Motif
standards to allow shared and static linkage. Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org>
Diffstat (limited to 'audio/xmcd/files')
-rw-r--r--audio/xmcd/files/patch-aa75
1 files changed, 72 insertions, 3 deletions
diff --git a/audio/xmcd/files/patch-aa b/audio/xmcd/files/patch-aa
index a7f8848..c017651 100644
--- a/audio/xmcd/files/patch-aa
+++ b/audio/xmcd/files/patch-aa
@@ -1,5 +1,5 @@
-*** xmcd.d/Imakefile~ Thu Feb 16 20:48:56 1995
---- xmcd.d/Imakefile Thu Feb 16 20:49:17 1995
+*** ./xmcd_d/Imakefile.orig Thu Apr 4 21:42:31 1996
+--- ./xmcd_d/Imakefile Thu Apr 4 23:31:17 1996
***************
*** 43,49 ****
* #include "Motif.tmpl"
@@ -13,7 +13,76 @@
* #include "Motif.tmpl"
* #include "Motif.rules"
*/
-! LOCAL_LIBRARIES= -lXm -lXt -lX11 -lXext
+! LOCAL_LIBRARIES= ${MOTIFLIB} XawClientLibs
/**** Optional defines: Change as you see fit. *****************************
+***************
+*** 67,78 ****
+ DEFINES=
+ #endif
+
+
+ /*
+ * Add local include path
+ */
+ INCLUDES=-I..
+-
+
+ /*
+ * C Source files
+--- 67,78 ----
+ DEFINES=
+ #endif
+
++ MANSUFFIX = 1
+
+ /*
+ * Add local include path
+ */
+ INCLUDES=-I..
+
+ /*
+ * C Source files
+*** ./cda_d/Imakefile.orig Thu Apr 4 21:43:05 1996
+--- ./cda_d/Imakefile Thu Apr 4 23:32:25 1996
+***************
+*** 90,96 ****
+ #if defined(SNIArchitecture)
+ LOCAL_LIBRARIES=/usr/ccs/lib/libcurses.a
+ #else
+! LOCAL_LIBRARIES=-lcurses
+ #endif /* SINIX */
+ #endif /* ultrix */
+ #endif /* NetBSDArchitecture __bsdi__ */
+--- 90,96 ----
+ #if defined(SNIArchitecture)
+ LOCAL_LIBRARIES=/usr/ccs/lib/libcurses.a
+ #else
+! LOCAL_LIBRARIES=-lncurses -lmytinfo
+ #endif /* SINIX */
+ #endif /* ultrix */
+ #endif /* NetBSDArchitecture __bsdi__ */
+***************
+*** 98,103 ****
+--- 98,104 ----
+ #endif /* LinuxArchitecture */
+ #endif /* SunArchitecture */
+
++ MANSUFFIX = 1
+
+ /*
+ * C Source files
+*** ./dbconv_d/Imakefile.orig Thu Apr 4 23:33:09 1996
+--- ./dbconv_d/Imakefile Thu Apr 4 23:33:53 1996
+***************
+*** 24,29 ****
+--- 24,31 ----
+ *
+ */
+
++ MANSUFFIX = 1
++
+
+ /*
+ * Add local include path
OpenPOWER on IntegriCloud