diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:50:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:50:28 +0000 |
commit | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (patch) | |
tree | 50f793f00a7cb711970c62063687af6cd8625387 /emulators/mupen64-base | |
parent | ec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (diff) | |
download | ports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.tar.gz ports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.zip |
Notes
Diffstat (limited to 'emulators/mupen64-base')
-rw-r--r-- | emulators/mupen64-base/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/mupen64-base/Makefile b/emulators/mupen64-base/Makefile index ac990ef2b331..f7cff58cde04 100644 --- a/emulators/mupen64-base/Makefile +++ b/emulators/mupen64-base/Makefile @@ -67,8 +67,4 @@ CFLAGS+= -DX86 -mcpu=athlon MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -.if ${OSVERSION} < 500000 -LDFLAGS+= -L/usr/lib -lcipher -.endif - .include <bsd.port.post.mk> |