38626b7019
This is a work in progress, that only works on i386 for now. TODO: revisit packaging, port to other arches, change the name, make sure the gcc config is right.
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
$OpenBSD: patch-m3config_src_COMMON,v 1.1.1.1 2001/05/05 22:09:22 espie Exp $
|
|
--- m3config/src/COMMON.orig Wed May 2 18:03:57 2001
|
|
+++ m3config/src/COMMON Wed May 2 18:23:51 2001
|
|
@@ -312,9 +312,9 @@ proc import_DECPEX() is
|
|
end
|
|
|
|
proc import_OpenGL() is
|
|
- import_lib (GLU, OPENGLROOT)
|
|
- import_lib (GL, OPENGLROOT)
|
|
- import_lib (Xext, OPENGLROOT)
|
|
+ import_lib ("GLU", OPENGLROOT)
|
|
+ import_lib ("GL", OPENGLROOT)
|
|
+ import_lib ("Xext", OPENGLROOT)
|
|
end
|
|
|
|
proc import_TCP() is
|
|
@@ -602,7 +602,7 @@ readonly Platforms = {
|
|
"NT386" : [ "WIN32", "32BITS", "i486--nt", "" ],
|
|
"NT386GNU" : [ "WIN32", "32BITS", "i486--cygwin32", "T" ],
|
|
"OKI" : [ "POSIX", "32BITS", "i860--sysv4.0", "" ],
|
|
- "OpenBSD_386" : [ "POSIX", "32BITS", "i486-unknown-freebsd", "T" ],
|
|
+ "OpenBSD_386" : [ "POSIX", "32BITS", "i386-unknown-openbsd", "T" ],
|
|
"SEQUENT" : [ "POSIX", "32BITS", "i386-sequent-bsd", "" ],
|
|
"SOLgnu" : [ "POSIX", "32BITS", "sparc-sun-solaris2", "T"],
|
|
"SOLsun" : [ "POSIX", "32BITS", "sparc-sun-solaris2", "" ],
|