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/vice | |
parent | ec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (diff) | |
download | ports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.tar.gz ports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.zip |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200771
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 997d2c5c3307..c498989956de 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -88,11 +88,6 @@ CONFIGURE_ARGS+= --with-esd CONFIGURE_ARGS+= --without-esd .endif -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -# ../src/resid/libresid.a(wave.o)(.rodata+0x0): relocation truncated to fit: GPREL32 *UND* -BROKEN= "GPREL relocation truncated" -.endif - post-extract: @${RM} -f ${WRKSRC}/doc/vice.info* |