mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bf57334ca0
- The maintainer is now a committer. Reviewed by: Kim Culhan <kimc@w8hd.org>
25 lines
930 B
Plaintext
25 lines
930 B
Plaintext
--- src/config/InterViews/cxx.def.orig Wed Jan 27 07:16:55 1993
|
|
+++ src/config/InterViews/cxx.def Sun Sep 5 16:19:16 1999
|
|
@@ -17,8 +17,8 @@
|
|
* When dynamic link works, we might want to change that.
|
|
*/
|
|
#if HasSharedLibraries
|
|
-/*#define HasSunOSSharedLibraries YES */
|
|
-#define HasSunOSSharedLibraries NO
|
|
+/*#define HasDynamicSharedLibraries YES */
|
|
+#define HasDynamicSharedLibraries NO
|
|
#endif
|
|
|
|
#undef SharedCCFlags
|
|
@@ -31,8 +31,8 @@
|
|
#define NonSharedCCLdFlags /**/
|
|
#endif
|
|
|
|
-#undef NormalSunOSSharedLibraryTarget
|
|
-#define NormalSunOSSharedLibraryTarget(libname,rev,depobjs,ldobjs) @@\
|
|
+#undef NormalDynamicSharedLibraryTarget
|
|
+#define NormalDynamicSharedLibraryTarget(libname,rev,depobjs,ldobjs) @@\
|
|
AOUT = Concat(lib,libname.so) @@\
|
|
SHARED_CCFLAGS = SharedCCFlags @@\
|
|
@@\
|