d035fe1672
- fix the PLIST of the bg, de and es and language so they can be used again: from Daniel Gruber <daniel@tydirium.org> this has been tested by many people.
13 lines
508 B
Plaintext
13 lines
508 B
Plaintext
$OpenBSD: patch-jvmaccess_util_makefile_mk,v 1.3 2007/03/17 15:27:45 robert Exp $
|
|
--- jvmaccess/util/makefile.mk.orig.port Fri Feb 2 19:52:10 2007
|
|
+++ jvmaccess/util/makefile.mk Tue Feb 6 23:13:34 2007
|
|
@@ -70,6 +70,8 @@ SHL1VERSIONMAP = gcc3_linux_intel.map
|
|
SHL1VERSIONMAP = gcc3_linux_intel.map
|
|
.ELIF "$(OS)$(CPU)$(COMNAME)"=="MACOSXIgcc3"
|
|
SHL1VERSIONMAP = gcc3_linux_intel.map
|
|
+.ELIF "$(OS)$(CPU)$(COMNAME)" == "OPENBSDIgcc3"
|
|
+SHL1VERSIONMAP = gcc3_linux_intel.map
|
|
.ENDIF
|
|
|
|
DEF1NAME = $(SHL1TARGET)
|