Browse Source

Remove redundant variable and clean up style.

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
d16681060f
  1. 4
      perl/perl.spec

4
perl/perl.spec

@ -92,10 +92,8 @@ AutoReqProv: no
esac esac
;; ;;
*-irix* ) *-irix* )
cc=gcc
# fix problem in <netinet/tcp.h> # fix problem in <netinet/tcp.h>
ccflags="-DBYTE_ORDER=4321 ccflags="-DBYTE_ORDER=4321 -DBIG_ENDIAN=4321"
-DBIG_ENDIAN=4321"
;; ;;
esac esac

Loading…
Cancel
Save