diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-11-10 18:49:12 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-11-10 18:49:12 +0000 |
commit | 71543394084828f2fdc4460bcc323259e42d5faf (patch) | |
tree | cfe143c50c4983b4b883b7f96350593e420406f7 /emulators/mupen64-base | |
parent | 0c21c89d103c77fa4deca1e42bbb2d7b792fa034 (diff) | |
download | ports-71543394084828f2fdc4460bcc323259e42d5faf.tar.gz ports-71543394084828f2fdc4460bcc323259e42d5faf.zip |
- Add USE_DOS2UNIX
- Fix build with GCC4.x
- Clean up patch files
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=202616
Diffstat (limited to 'emulators/mupen64-base')
-rw-r--r-- | emulators/mupen64-base/Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/mupen64-base/Makefile.common b/emulators/mupen64-base/Makefile.common index 98bf4d146809..f0be355c6414 100644 --- a/emulators/mupen64-base/Makefile.common +++ b/emulators/mupen64-base/Makefile.common @@ -1,3 +1,5 @@ +USE_DOS2UNIX= *.c *.cpp *.h *.H *.ini + DISTNAME= ${PORTNAME}_src-${MUPEN64VERSION} PATCHDIR= ${.CURDIR}/files WRKSRC?= ${WRKDIR}/${DISTNAME} |