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
553 B
Plaintext
13 lines
553 B
Plaintext
$OpenBSD: patch-cppuhelper_source_makefile_mk,v 1.3 2007/03/17 15:27:45 robert Exp $
|
|
--- cppuhelper/source/makefile.mk.orig.port Fri Feb 2 19:37:19 2007
|
|
+++ cppuhelper/source/makefile.mk Tue Feb 6 23:13:33 2007
|
|
@@ -179,6 +179,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
|
|
|
|
# --- Targets ------------------------------------------------------
|