diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-05-10 19:14:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-05-10 19:14:40 +0000 |
commit | 39a35422d1eae5fa0624c8eae481d6429918e88e (patch) | |
tree | d7235f5891ba193687cedbc70d7d5590b049cddd /irc | |
parent | 4ddcfa12423222df02c45ee53e98ae21fe1062ce (diff) | |
download | ports-39a35422d1eae5fa0624c8eae481d6429918e88e.tar.gz ports-39a35422d1eae5fa0624c8eae481d6429918e88e.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/iroffer-lamm/Makefile | 4 | ||||
-rw-r--r-- | irc/iroffer/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/irc/iroffer-lamm/Makefile b/irc/iroffer-lamm/Makefile index 3e57b75a02fb..0104083d7584 100644 --- a/irc/iroffer-lamm/Makefile +++ b/irc/iroffer-lamm/Makefile @@ -22,6 +22,10 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFLICTS= iroffer-1.* iroffer-dinoex-3.* +post-patch: + ${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \ + ${WRKSRC}/Configure + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/convertxdccfile ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin/ diff --git a/irc/iroffer/Makefile b/irc/iroffer/Makefile index c6e1ffd871e6..ffc24b1840a7 100644 --- a/irc/iroffer/Makefile +++ b/irc/iroffer/Makefile @@ -21,6 +21,10 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFLICTS= iroffer-lamm-1.* iroffer-dinoex-3.* +post-patch: + ${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \ + ${WRKSRC}/Configure + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/convertxdccfile ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin/ |