diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-26 18:53:36 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-26 18:53:36 +0000 |
commit | cc65d1789b681c30234ef60bf0c8b896529284e6 (patch) | |
tree | 0757161c170f13dc4da95fbfb6458df45fc1641a /x11-toolkits | |
parent | be916c23eac191515d1d421be879c815200ffcd5 (diff) | |
download | ports-cc65d1789b681c30234ef60bf0c8b896529284e6.tar.gz ports-cc65d1789b681c30234ef60bf0c8b896529284e6.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index fb7cb976d447..361e5834a6e3 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -87,6 +87,7 @@ post-patch: ${XARGS} ${REINPLACE_CMD} -e 's|special file|5| ; \ s|file formats|5|' @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + -e '/-dumpversion/{ s/==/=/; s/gcc/$$CC/; }' \ ${WRKSRC}/configure post-install: |